@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_LOCATION_BALANCE_ADJUSTMENT")) @section("page_style") @endsection @section("content")

{!! trans("message_lang.LBL_LOCATION") !!} {{ ucwords($details->transaction_type) }}

@if (request()->has('location_id')) {{ trans('message_lang.BTN_BACK') }} @else {{ trans('message_lang.BTN_BACK') }} @endif
@csrf
{{ isset($details->updated_at) ? $details->updated_at : $details->created_at }}
{{ isset($details->updated_by) ? $details->updatedBy->full_name : '' }}
any()) disabled @endif />
@error('reference') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection