@extends('frontend::config.master') @section('title') @section('style') @endsection @section('content')

{{ $product_content['name'] ?? "" }}

{!! $product_content['detail'] ?? "" !!}
@foreach ($cards['res'] as $index => $card)
@endforeach
@include('frontend::components.pagination.PaginationBasic')
@endsection @section('script') @endsection