@extends('setting.layouts.layout') @section('title',trans('authority.title')) @section('script_css') @endsection @section('script_buttom') @endsection @section('buttons') @endsection @section('content') @inject('CommonPresenter','App\Presenter\CommonPresenter')
@include('components.validationErrorMessage') {!! csrf_field() !!}

{{ trans('authority.update_authority') }}

{{ trans('authority.authority_name') }}

{!! $CommonPresenter -> getAuthorityHTML($licenseAuthorityList, $statusList, $data) !!}
@endsection