@php($title='محتوى الرئيسية') @extends('adminLayouts.app') @section('title') {{$title}} @endsection @section('header') @endsection @section('breadcrumb')
{{$title}}
@endsection @section('content')
{!! $dataTable->table() !!}
@endsection @section('script') {!! $dataTable->scripts() !!} @endsection