@extends('user.layouts.app') @section('metapart') @endsection @section('pagetitle') {{ $sitesetting->comp_name }} @endsection @section('body')

{{ $about->title }}

{{ $about->sub_title }}

{!! html_entity_decode($about->description) !!}

Latest Product

  • View All
  • @foreach($category as $cat)
  • {{ $cat->name }}
  • @endforeach
@foreach($home_page_product as $singlepro)
{{ $singlepro->name }}

{{ $singlepro->name }}

{{ $singlepro->category->name }}

@endforeach
@endsection @section('js') @endsection