@php $disableTailwind = true @endphp @extends('admin.layout.master') @section('title') {{ __('dashboard.edit_role') }} @endsection @section('content')

{{ __('dashboard.create_role') }}

@method('PATCH') @csrf @include('admin.roles.form')
@stop