@extends('admin.layouts.app') @section('title',get_setting('site_name').' Notice') @push('css') @endpush @section('content')
Notice Board
@can('Notice-create') @endcan
@foreach($notices as $key=>$notice) @endforeach
S.L Title Content Attach File Action
{{$key+1}} {{$notice->title}} @if($notice->attach!=null) @endif @can('Notice-edit') @endcan @can('Notice-delete') @endcan
{{$notices->links()}}
@endsection @section('modal') @endsection @section('script') @endsection