@csrf
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('brand'))
{{ $errors->first('brand') }}
@endif
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if ($errors->has('purchase_date'))
{{ $errors->first('purchase_date') }}
@endif
€ HT
@if ($errors->has('price'))
{{ $errors->first('price') }}
@endif
@if ($errors->has('shop'))
{{ $errors->first('shop') }}
@endif

Attributions
@foreach(\App\Models\User::orderBy('first_name', 'ASC')->get() as $user)
users->whereIn('id', $user->id)->isNotEmpty()) checked @endif class="form-check-input" type="checkbox" value="{{ $user->id }}" id="checkbox_{{ $user->id }}" name="users[]">
@endforeach
Documents
@if ($errors->has('device_file'))

{{ $errors->first('device_file') }}

@endif