@extends(backpack_view('blank')) @section('content') @foreach (Alert::all() as $alert) {{ $alert }} @endforeach
@csrf @method('POST')
@endsection