@section('page_css') @endsection
{{--

Validation Example

--}}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (Session::has('success')) @endif
@csrf
@section('page_scripts') @endsection