{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content') @if(session('success')) @endif

Roles List

@can('create role') Add Role @endcan
Selected 0records:
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') @endsection