@section('title', '- Create publication') @extends('layouts.user-profile', ['withOutAside' => true]) @section('breadcumb') @endsection @section('section-body') @if (isset($article) && $article->status == 'expired')
@lang('products.article_expired')
@elseif(isset($article) && ($article->stock==0 && $article->service != true))
@lang('products.sold')
@else

@lang('products.title_product')


@endif




@if(isset($article)) @foreach($article->photos as $photos_old)
@endforeach @endif
Add more image



Select the address where the product is located



Product Information

    @foreach ($categories as $categorie)
  • @lang('categories.'.$categorie->category.'')
  • @endforeach
    @foreach ($categories[0]->categories as $categorie)
  • @lang('categories.'.$categorie->category.'')
  • @endforeach

@lang('products.title_pub')
You can see all the details of the commissions here
@if (!isset($article)) @else @if ($article->status != 'expired' && ($article->stock !=0 || $article->service==true)) @endif @endif
@include('sections.profile.create_address_modal', ["id" => "address_select"])
@endsection @push('css') @endpush @push('js') @endpush