@extends('frontend.slices.main') @section('content')

Retail Products

Contact Info
  • {{ $info->address ?? '' }}
  • {{ $info->phone ?? '' }}
  • {{ $info->email ?? '' }}

{{ $data->category ?? '' }}

{!! $data->description ?? ''!!}

@endsection