@php($title='اضافه صلاحية') @extends('adminLayouts.app') @section('title') {{$title}} @endsection @section('header') @endsection @section('breadcrumb')
{{$title}}
@endsection @section('content')
@include('dashboard.role.form')
@endsection @section('script') @endsection