@extends('layouts.main') @section('title') {{ __('roles.edit') }} @endsection @section('page_title') {{ __('roles.edit') }} @endsection @php $breadcrumbs = [ ['url' => route('admin.roles.index'), 'label' => __('roles.title')], ['url' => '', 'label' => __('roles.edit')], ]; @endphp @section('content')
{{ __('roles.edit_description') }}
{{ __('roles.edit_description') }}