@section('title', '- Your products') @extends('layouts.user-profile') @section('breadcumb') @include('layouts.partials.breadcumb', ['page' => 'Products']) @endsection @section('section-body') @if (empty($articles))
@lang('products.not_found')
Status: {{ ucfirst($article->status) }}
@if($article->service != true)Quantity Available: {{ $article->stock }}
@endifCategory: @foreach ($article->categories as $categories) @lang("categories.".$categories->category->category."") @endforeach