@extends('adminlte::page') @section('title', __('global.Edit') .' '.__('global.Role')) {{-- @section('content_header') {{ __('global.Edit') .' '.__('global.Role') }} @endsection --}} @section('content')

@lang('global.Edit') @lang('global.Role')

@include('common.form-errors')
@csrf @method('PUT') @include('roles.partials._form')
{!! Util::FormSubmitActions('roles', route('roles.index')) !!}
@endsection