@extends('layouts.admin') @section('title', $Title) @section('content')
@if($message = Session::get('errormsg')) @endif @if($message = Session::get('msg')) @endif
@php $number = ($DocumentList->currentpage()-1)* $DocumentList->perpage() + 1;@endphp @forelse($DocumentList as $key => $list) @empty @endforelse
# Title Document Status Action
{{ $number }} {{ substr(strip_tags($list->title), 0, 40) }}... @if(!empty($list->image)){{$list->title}} Download File @endif
status=="0") checked @endif>
@csrf @method('delete')
No Data Found
# Title Document Status Action
Showing {{ $DocumentList->firstItem() }} to {{ $DocumentList->lastItem() }} of total {{$DocumentList->total()}} entries
{{ $DocumentList->links() }}
@endsection