@extends(get_view('index')) @section('title')Ürün Listesi - @endsection @section('header') @endsection @section('content')
@if ( session('success') )
{{ translate('order_created_successfully') }}
@endif
{{ translate('cart') }}
@include('front.'.Common::templateName().'.components.salesman.cart')
0 ) style="display: none" @endif>
{{ translate('cart_empty') }}
@include('front.'.Common::templateName().'.components.salesman.cart-form')
{{ translate('image') }} {{ translate('product_name') }} {{ translate('product_price') }} {{ translate('category_name') }}
@endsection @section('footer') @endsection