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

{{ $agentLocation ? $agentLocation->name . ' : ' : '' }} @if(isset($details)) {!! trans("message_lang.LBL_EDIT_LOCATION_PROVIDER") !!} @else {!! trans("message_lang.LBL_ADD_LOCATION_PROVIDER") !!} @endif

@csrf
@error('provider') {{ $message }} @enderror
@error('walletNumber') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection