@extends('layouts.admin') @section('title','All Notifications') @section('content')
@can('notification.manage') add Create Notification @endcan @can('notification.manage') delete Delete Selected @endcan
@if ($notification) @foreach ($directors as $key => $director) @endforeach @endif
#
user Title Description Status
{{$key+1}}
image) src="{{asset('/images/directors/' . $director->image)}}" @else src="{{ asset('images/local.png') }}" @endif alt="Pic" width="70px" class="img-responsive img-thumbnail"> {{$director->name}}
mode_edit
@endsection @section('custom-script') @endsection