@extends('employee.layout') @section('title') Demander des Matériels @endsection @section('content')
| Image | Référence | Matériel | Status | Action | |
|---|---|---|---|---|---|
| {{ $i++ }} |
@if($materiel->photo)
@php $photos = json_decode($materiel->photo); @endphp
@if(!empty($photos))
@foreach($photos as $photo)
@if(file_exists(public_path('uploads/' . $photo)))
@break
@endif
@endforeach
@else
@endif
@else
@endif
|
{{ $materiel->reference ?? 'Aucun' }} | {{ $materiel->materiel }} | @if($materiel->status == 'disponible') Disponible @else Non Disponible @endif |