@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

التنبيهات

@can('alert-config') @endcan
@endsection @section('content')
@foreach($alerts as $alert)

{{$alert->level->title}}

@if($alert->image) @else

{{$alert->message}}

@endif

{{$alert->created_at}}

@can('alert-config')
@endcan
@endforeach
@endsection @section('script') @endsection