@extends('library.admin.layouts.admin_design') @section('title') View Notice - School Library @endsection @section('content')

Notice

View All Notice

@foreach($notices as $cat) --}} {{-- @endforeach
# Title Description Posted By Posted Date File Actions
{{$loop->index + 1}} {{ucwords($cat->title)}} {!! \Illuminate\Support\Str::words($cat->description, 10,'....') !!} {{$cat->posted_by}} {{$cat->created_at->diffForHumans()}} {{-- --}} {{-- @if ($cat->status) @else @endif --}} {{-- --}}
@endsection @section('scripts') @endsection