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