Location to Bank Setting

@foreach(App\BusinessLocation::get() as $all_location) {!! Form::hidden("location[$all_location->id][id]", $all_location->id, ['class' => 'form-control']); !!} @php $bankLoction = App\BussinessBankLocation::where('location_id', $all_location->id)->first(); @endphp @endforeach
Location Bank
{{$all_location->name}}