@extends('layouts.front-end.app')
@section('title',$product['name'])
@push('css_or_js')
@if($product->added_by=='seller')
@elseif($product->added_by=='admin')
@endif
@if($product['meta_image']!=null)
meta_image}}"/>
meta_image}}"/>
@else
thumbnail}}"/>
thumbnail}}"/>
@endif
@if($product['meta_title']!=null)
@else
@endif
@if($product['meta_description']!=null)
@else
@endif
@endpush
@section('content')