@extends('layouts.template') @section('content')

Stock Bobines

@if(session('success')) @endif
@foreach($bobines as $bobine) @endforeach
Date Type bobine Référence Nbr Unité Métrage Actions
{{ $bobine->date_at }} {{ $bobine->typePapier }} {{ $bobine->id }} {{ $bobine->reference }} {{ $bobine->id }} {{ $bobine->nbrUnite }} {{ $bobine->id }} {{ $bobine->mtgUnite }}

{!! $bobines->links('pagination::bootstrap-4') !!}
@endsection