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

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

@csrf
@error('bank_name') {{ $message }} @enderror
@error('bank_code') {{ $message }} @enderror
@error('agent_country_id') {{ $message }} @enderror
{{ trans('message_lang.JPG_PNG_MAX_FILE_SIZE') }} @error('bank_logo') {{ $message }} @enderror
bank_logo != '') src="{{ asset($details->bank_logo) }}" @else src="{{ url('public/uploads/default/100_no_img.jpg') }}" @endif id="bank_logoImg" class="img-fluid w-100 m-auto d-block" alt="{{ @$details->name }}" />
@endsection @section("page_vendors") @endsection