@extends('layouts.settings.default') @push('css_lib')
@endpush @section('settings_title',trans('lang.role_edit')) @section('settings_content') @include('adminlte-templates::common.errors')
{{trans('lang.permission_table')}}
{{trans('lang.permission_create')}}
{{trans('lang.role_table')}}
{{trans('lang.role_edit')}}
{!! Form::model($role, ['route' => ['roles.update', $role->id], 'method' => 'patch']) !!}
@include('settings.roles.fields')
{!! Form::close() !!}
@endsection @push('scripts_lib') @endpush