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

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

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