@extends('frontend.layout.app') @section('content')
@if (Session::has('success'))
{{ Session::get('success') }}
@endif
  • Awesome Image
    @foreach ($product_data->gallery ?? [] as $key => $image)
  • Awesome Thumb Image
  • @endforeach

Rs. {{ $product_data->price }}

Rs. {{ $product_data->dis_price }}

{{ $product_data->name }}

{{ $product_data->description }}

  • Fast & On time
    Delivery

  • COD
    Available

  • Quality
    Gurantee

Contact: +{{ websiteSetupValue('whats_app_number') }}
@endsection