@extends('layout.padrao') @section('title', 'Client Type - Services') @section('content') @if($errors->any())
@foreach($errors->all() as $error) {{ $error }}
@endforeach
@endif
{{ csrf_field() }}

@forelse ($register->generalServiceTypes as $key => $serviceType)
@if ($key == 0) @endif
@if ($key == 0) @endif
@empty
@endforelse

@endsection @include('clientType.script')