@extends('backend.layouts.app') @section('title', @$data['title']) @section('content') {!! breadcrumb([ 'title' => @$data['title'], route('admin.dashboard') => _trans('common.Dashboard'), '#' => @$data['title'], ]) !!}
@if (hasPermission('role_read'))
@endif
@endsection @section('script') @include('backend.partials.datatable') @endsection