@extends('layouts.front') @section('title'){{$vendor->name . " - " . config('app.name')}}@endsection @section('meta-tags') @endsection @section('meta-tags-og') @endsection @section('scripts') @include('includes.products-pagination-script') @include('includes.cart-submit-script') @endsection @section('content')

@lang('Products by') {{$vendor->shop_name}}


@include('partials.front.products')

@lang('Vendor Details:')

  • @lang('Shop:') {{$vendor->shop_name}}
  • @lang('Company:') {{$vendor->name}}
  • @if($vendor->address)
  • @lang('Address:') {{$vendor->address}}
  • @endif @if($vendor->city)
  • @lang('City:') {{$vendor->city}}
  • @endif @if($vendor->state)
  • @lang('State:') {{$vendor->state}}
  • @endif
@endsection