@extends('frontend.master') @section('content')

{{$product_details[0]->title}}

@php echo $product_details[0]->description; @endphp

@endsection()