@extends('layouts.master') @section('css') @endsection @section('content')

Notices ({{ $notices->total() }})

@if (count($notices) > 0) @php $i = $notices->perPage() * ($notices->currentPage() - 1) + 1; @endphp @foreach ($notices as $notice) @endforeach @else @endif
Sr. No Title Image Index Status Action
{{ $i++ }} {{ $notice->title }} @if ($notice->image) @endif {{ $notice->index }}
No Data Found
{{ $notices->appends(Request::all())->links() }}
@endsection @section('js') @endsection