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

{{__('Signatory Level')}}

@endsection @section('content')

{{ __('Edit Signatory Level ') }}

@csrf @method('put')
@include('admin.user_designation._form')
@endsection @section('scripts') @endsection