@extends($layout) @section('content')
@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection