@csrf
@if ($errors->has('user.first_name')) {{ $errors->first('user.first_name') }} @endif
@if ($errors->has('user.last_name')) {{ $errors->first('user.last_name') }} @endif
@if ($errors->has('user.email')) {{ $errors->first('user.email') }} @endif
@if ($errors->has('user.phone')) {{ $errors->first('user.phone') }} @endif
@if ($errors->has('user.birthday')) {{ $errors->first('user.birthday') }} @endif
{{--

(Make user Line manager)

--}}
@if($city) @foreach ($city as $id => $title)
{{$title}}
@endforeach @else Select location @endif
    @if($cities) @foreach ($cities as $city )
    @if($loop->iteration == count($cities) - 2 && $hasMorePages)
    @endif @endforeach @endif
@error('city') {{ $message }} @enderror
@error('school_type') {{ $message }} @enderror

Password

@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
Cancel
@push('scripts') @endpush