@extends('layouts.app') @section('content')
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@push('custom-scripts') @endpush @endsection