@extends("agentportal.layouts.layout") @if(isset($details)) @section("title", trans("message_lang.LBL_EDIT_AGENT_NETWORK")) @else @section("title", trans("message_lang.LBL_ADD_AGENT_NETWORK")) @endif @section("page_style") @endsection @section("content")

@if(isset($details)) {!! trans("message_lang.LBL_EDIT_AGENT_NETWORK") !!} @else {!! trans("message_lang.LBL_ADD_AGENT_NETWORK") !!} @endif

@csrf
@error('agent_network_name') {{ $message }} @enderror
@error('country_id') {{ $message }} @enderror
@error('location_id') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection