@extends('backend.layouts.app') @section('title', @$data['title']) @section('style') @endsection @section('content') {!! breadcrumb([ 'title' => @$data['title'], route('admin.dashboard') => _trans('common.Dashboard'), '#' => @$data['title'], ]) !!}
{{--
--}}
@include('backend.partials.buttons')
{{-- exportOnMobileDevice::end --}}
@include('backend.partials.buttons')
@include('backend.partials.table')
Loading...

Please wait...

@endsection @section('script') @include('backend.partials.table_js') @endsection