@section('content')
Produit |
{{-- Goût | --}}
Brand |
Categorie |
{{-- SKU | --}}
{{-- Quantity | --}}
Prix |
{{-- Bonus | --}}
Action |
Produit |
{{-- Goût | --}}
Brand |
Categorie |
{{-- SKU | --}}
{{-- Quantity | --}}
P.Détails |
|
@stop
@include('admin.header')
@include('admin.topbar')
@include('admin.sidebar')
@include('admin.footer')
@yield('header')
{{--_____________________________________--}}
{{--_____________________________________--}}
{{--_____________________________________--}}
{{--_____________________________________--}}
{{--_____________________________________--}}
{{--_____________________________________--}}
@yield('topbar')
@yield('sidebar')
@yield('content')
@yield('footer')
{{--_____________________________________--}}
{{--_____________________________________--}}
{{--_____________________________________--}}
{{--_____________________________________--}}
{{--_____________________________________--}}
{{--_____________________________________--}}
@include('admin.end')