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

{!! trans("message_lang.LBL_ADD_EXPENSE") !!}

@csrf
@error('agent_country_id') {{ $message }} @enderror
@error('agent_location_id') {{ $message }} @enderror
@error('amount') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection