@extends('layouts.main') @section('content')

{{ __('strings.quiq_user_rates_update') }}

{{ csrf_field() }}
@foreach(App\QuiQFixedRateLocation::where('id_zone',$user->ID_ZONE)->orderBy('id','desc')->get() as $loc) @if ($user->fixed_location_rates->contains('id',$loc->id)) @else @endif @endforeach
? Id Nombre $
{{$loc->id}} {{$loc->name}} {{$loc->id}} {{$loc->name}}
@endsection @push('scripts') @endpush