@extends("agentportal.layouts.layout") @section("title", "Telco/Banks Accounting") @section("content")

{{ __('message_lang.LBL_ADJUSTMENTS') }}

@csrf
{{$errors->first('company_code') }}
{{$errors->first('currency') }}
 
{{$errors->first('debit_or_credit') }}
{{$errors->first('adjustment_amount') }}
{{$errors->first('notes') }}
@endsection @section("page_vendors") @endsection @section("page_script") @endsection