@extends('layouts.master') @section('title', 'Datatable') @section('parentPageTitle', 'Tables') @section('page-style') @stop @section('content')
| No | Nom du stock | Gerer par | Action |
|---|---|---|---|
| {{$index++}} | {{$i->nom_stock}} | {{$i->name}} | @if(Auth()->user()->roles()->whereIn('role_id', [1])->exists()) Enlever @endif |