@extends('layouts.master') @section('css') @endsection @section('page-header') @endsection @section('content') @if ($errors->any())
@endif
Depot {{ $depot->nom}}
@csrf
Articles
@foreach($depot->articles as $article) @endforeach
reference Date Entrer Sortie Stock description Actions
{{ $article->reference }} {{ $article->date }} {{ $article->entrer }} {{ $article->sortie }} {{ $article->stock }} {{ $article->description }}
@csrf @method('DELETE')
@foreach($depot->articles as $article) @endforeach @endsection @section('js') @endsection