@extends('lay.dnekcab.retsam') @section('title') {{ $page_title }} @endsection @section('page-content')
@if(auth()->user()->hasPermissionTo('Role - Add New Role')) @endif
@include('dnekcab/setting/rolePermission.listRole')
@if ($errors->any())
    @foreach ($errors->keys() as $key) @if ($errors->has($key))
  • {{ $errors->first($key) }}
  • @endif @endforeach
@endif
{{-- add role modal --}} {{--end add role modal --}} {{-- edit role modal --}} {{--end edit role modal --}} {{-- delete confrim modal --}} {{-- delete confrim modal --}} @section('js') @endsection @endsection()