@extends('layouts.base')
@section('title', 'Importation des stocks')
@section('content')
@if(Session::has('nulled'))
@foreach(Session::get('nulled') as $product)
- Le produit : {{$product['produit']}} n'a pas de code
@endforeach
@endif
@if(Session::has('$prod'))
@foreach(Session::get('$prod') as $customer)
- Ce client : {{$customer['code']}} - {{$customer['produit']}} a éte crée
@endforeach
@endif