@extends('layouts.app') @section('title') {{__('Signatory Level')}} @endsection @section('breadcrumb')

{{__('Signatory Level')}}

@endsection @section('content')
@can('create_user_designation') {{ __('Create') }} @endcan
@if(isset($from)) @endif
# {{__('Title')}} {{__('Level')}} {{__('Shortcut')}} {{__('Action')}}
@endsection @section('scripts') @endsection