@include('partial.header')
@include('partial.navigation')
@if(\Session::has('success'))
{{\Session::get('success')}}
@endif
{{ @csrf_field() }}
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
@include('partial.footer')