@extends("agentportal.layouts.layout") @section("title", "Prefund") @section("page_style") @endsection @section("content")
@csrf
@error('agent_country_id') {{ $message }} @enderror
@error('agent_location_id') {{ $message }} @enderror
@error('amount') {{ $message }} @enderror
@error('reference') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection