{{-- --}} {{-- icons bootstrap --}}
Loading
@if (session()->has('error')) @endif @if (session()->has('success')) @endif @if ($errors->any())

There were some errors with your submission:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @yield('content')
{{-- --}}