@extends('layouts.front') @section('title') {{$vendor->name. ' '. __('Products') . " - " . config('app.name')}} @endsection @section('meta-tags') @endsection @section('meta-tags-og') @endsection @section('sidebar') @endsection @section('content')

 @lang('Vendor Details')

@lang('Vendor Name:') {{$vendor->name}}

@lang('Shop Name:') {{$vendor->shop_name}}

@lang('Vendor Company:') {{$vendor->name}}

@lang('Vendor Address:') {{$vendor->address .', ' .$vendor->city. ', ' .$vendor->state }}


@include('partials.front.products')
@endsection @section('scripts') @include('includes.products-pagination-script') @include('includes.cart-submit-script') @endsection