@extends('layouts.app') @section('title') {{ config('app.name', 'Laravel') }} | {{ $pageTitle }} @endsection @section('heading') {{ $pageTitle }} @endsection @section('heading-icon')room_preferences@endsection {{--@section('page-breadcrumbs'){{ Breadcrumbs::render($options['route_name'] ?? '') }}@endsection--}} @section('content')

{{ __('common.role') }}

@if($actions['create']) @endif
@if($actions['filter']) {{-- @include(($options['route_controller'] ?? '').'.includes.filter')--}} @endif @include('includes.datatable')
@include('includes.modal_delete') @endsection