@extends('admin.layouts.app') @section('content')

Notification it all here

Notification - Set

@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
{{csrf_field()}}
Cancel
@endsection @section('js') @endsection