@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_UPDATE_LOCATION")) @section("content")

{{ $bank->bank_code." : " }} {!! trans("message_lang.LBL_UPDATE_LOCATION") !!}

@csrf
@if (!empty($allLocations))
@error('location_id') {{ $message }} @enderror @foreach ($allLocations as $key => $location)
@endforeach @endif
@endsection @section("page_vendors") @endsection @section("page_script") @endsection