@extends('frontend.provider.app') @section('title', __('add_new_staff')) @section('content')
{{__('back_to_staff')}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@include('provider.staff.partials.form-information')
{{__('Cancel')}}
@include('provider.staff.partials.form-availability')
@endsection @push('scripts') @endpush