@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') }} @elseif(request()->has('CU')) {{ 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
@if($source_info)
@if($details->credit_amount > 0)
{!! trans("message_lang.LBL_SENT_FROM_LOCATION") !!}
{{ isset($source_info->senderLocation) ? $source_info->senderLocation->name : "" }}
@else
{!! trans("message_lang.LBL_SENT_TO_LOCATION") !!}
{{ isset($source_info->receiverLocation) ? $source_info->receiverLocation->name : "" }}
@endif @endif
@endsection @section("page_vendors") @endsection @section("page_script") @endsection