@extends('back_office.layouts.app') @section('content') {!! $dataTable->table() !!} @push('scripts') {{ $dataTable->scripts() }} @endpush @endsection