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