{{ csrf_field() }} {{ isset($input) ? $input : '' }}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
{{ isset($slot) ? $slot : '' }}
@push('js') @endpush