@extends('layout.default') @section('styles') @endsection @section('subheaderRightToolbar') @PermissionsCan(groupPermissionName('consignee.create')) @php $favourite = \Modules\User\Entities\Favourite::where(['user_id'=> auth()->user()->id,'route_name' => request()->route()->getName()])->count(); @endphp New Consignee @endPermissionsCan @endsection @section('content')
@component('_components._table', ['id' => 'consignee_datatable', 'columns' => $datatableColumns]) @slot('url') {{ route('consignee.datatable') }} @endslot @endcomponent
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
NoNameCodeMobile No.Contact PersonAction
--}} {{--
--}} {{--
--}} @endsection @section('scripts') @endsection