@extends('dashboard.layouts.master') @section('title', 'Permission Details') @section('content')

Add New Role/Permission

@csrf @include('dashboard.permissions.common.form')
@endsection {{-- @push('scripts') @endpush --}}