@props(['title','route','create'=>true,'createTitle'=>false,'create_type'=>'','settings'=>false,'datatable','parameters'=>[] , 'additionalData' => false]) @section('title',$title) @push('datatableStyles') {{ $styles ?? '' }} @endpush {{ $prepend ?? '' }} @if($create) @endif
{{$datatable->table(['class'=>'table table-hover table-rounded table-striped border gy-7 gs-7 datatable-ajax'])}}
{{ $append ?? '' }}
{{$actions??""}}

{{ $additionalData ?? '' }}

@if($settings) {{ __('dashboard.Settings') }} @endif
@section('filters') @isset($filters) {!! $filters !!} @endif @endsection @push('datatableScripts') {{ $datatable->scripts() }} {{ $scripts ?? '' }} @endpush