{{-- sarah --}} @extends('admin.master') @section('admin-content')

الفهارس

أضف فهرس إحذف تنشيط
@foreach($tocs as $toc) @endforeach
حدد الكل عنوان الموضوع عنوان الفهرس رقم الصفحة
{{$toc->book->title}} {{$toc->title}} {{$toc->page_order}}
{{ $tocs_count }} فهارس  /     {{ $tocs->currentPage() }} - {{ $tocs->perPage()}} {!! $tocs->render() !!}
@endsection