@extends('agentportal.layouts.layout') @section('title', __('message_lang.LBL_DEPOSIT_COMPANY_ERROR')) @section('content')

{{ isset($error) ? __('message_lang.BTN_EDIT') : __('message_lang.BTN_ADD') }} {{ __('message_lang.LBL_DEPOSIT_COMPANY_ERROR') }}

@csrf @if(isset($error)) @method('PUT') @endif
@include('admin.layouts.form-status')
{{ __('message_lang.CSV_HINT') }}
@endsection