@extends('layouts.app') @section('title', __('Leads')) @push('pre_css') @include('panel.inc.flatpicker.css') @endpush @push('css') @include('panel.inc.datatable.css') @endpush @section('content')
{!! $dataTable->table() !!}
@stop @push('script') @include('panel.inc.flatpicker.js') @include('panel.inc.datatable.js') {!! $dataTable->scripts() !!} @endpush