@extends('employee.layout') @section('title') Demander des Éléments @endsection @section('content')

Demander des Éléments

@foreach($elements as $element) @endforeach
Image Élément Stock Disponible Action
{{ $i++ }} @if($element->photo) @php $photos = json_decode($element->photo); @endphp @if(!empty($photos)) Photo @else No Image @endif @else No Image @endif {{ $element->element }} {{ $element->quantity }}
@endsection @section('script') @endsection