@extends('layouts.main') @push('styles') @endpush @section('content')

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

avatar
{{ csrf_field() }} {{ method_field('put') }}

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

Nips


@foreach($user->nips as $nip) @endforeach
Id Nombre Nip Limite Departamento Master Admin
{{$nip->id}} {{$nip->nip_name}} {{$nip->nip}} {{$nip->count}} / {{$nip->max_request}} {{$nip->department->name}} {{$nip->is_master}} {{$nip->is_admin}}

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

@if($user->rates)
@endif
{{ csrf_field() }}

{{ method_field('put') }}

@if($user->rates)
lat
lng
@else
@endif
{{ 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