@extends('setting.layouts.layout') @section('title',trans('system_code.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.create_authority') }}

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

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