@extends('layouts.master') @section('title', 'Pages Management') @section('css') @endsection @section('breadcrumb')

Pages Management

@endsection @section('main_content')
{!! $dataTable->table() !!}
@endsection @section('scripts') {!! $dataTable->scripts() !!} @endsection