@extends('layout.mainlayout_admin') @section('content')
{{-- ********************_________________________USER INFO_________________________******************** --}} {!! Form::open(['url' => 'admin/user/' . $user->id, 'id' => 'user-edit-form']) !!} {{ Form::hidden('_method', 'PUT') }} {{ csrf_field() }}
Info utilisateur
{{-- --}}
{{-- ********************_________________________SPIN TO WIN_________________________******************** --}}
Roue de la chance
spinToWin) checked="" @endif>
{{--
--}}
@foreach ($user->awards->count() ? $user->awards : $awards as $award)
spinToWin) disabled @endif placeholder="000">
@endforeach
{{--
--}}
Reservation
booking) checked="" @endif class="check">
{{--
--}}
booking) disabled @endif placeholder="20" class="form-control booking-input">

Modification

booking) disabled @endif @if ($user->booking_modify) checked="" @endif id="status_6" class="check booking-input">

Annulation

booking) disabled @endif @if ($user->booking_cancel) checked="" @endif id="status_5" class="check booking-input">
{{--
--}}
{!! Form::close() !!}
@endsection @section('scripts') @parent @endsection