{{-- toastr success add --}}
@if(Session::has('add'))
@endif
{{-- toastr success edit --}}
@if(Session::has('edit'))
@endif
{{-- toastr success delete --}}
@if(Session::has('delete'))
@endif
{{-- toastr validation js --}}
@if ($errors->any())
@foreach ($errors->all() as $error)
@endforeach
@endif
{{-- toastr validation blade --}}
{{-- --}}