@section('content')

Créer un produit

@csrf
Général

status == 1) checked @endif>
status == 0) checked @endif>
Product Details
@if(auth()->user()->phone=='98611913' || auth()->user()->phone=='58189555')
@endif
@foreach($product->boosters as $booster) @endforeach
Website
{{\App\Helpers\ImageHelper::showFiles($product->images)}}
@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')