@extends('layout.default') @section('styles') @endsection @section('subheaderRightToolbar') @PermissionsCan(groupPermissionName('crm.lead.index')) Go Back To Lead @endPermissionsCan @endsection @section('content')
@component('_components._table', ['id' => 'leadfollowuphistory_datatable', 'columns' => $datatableColumns]) @slot('url') {{ route('leadfollowuphistory.datatable') }} @endslot @endcomponent
@endsection @section('scripts') @endsection