@extends('layouts.manage')
@section('title')
@lang('Edit Role')
@endsection
@section('page-header-title')
@lang('Edit Role') @lang('View Roles')
@endsection
@section('page-header-description')
@lang('Edit Role') @lang('Go Back')
@endsection
@section('scripts')
@if(config('settings.toast_notifications_enable'))
@endif
@endsection
@section('content')
@include('partials.manage.roles.edit')
@endsection