@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')
{{-- Personal Info start--}} @include('buyNow.parts.personal_info') {{-- Personal Info end--}}
{{-- Total Price start--}} @include('buyNow.parts.total_price_info') {{-- Total Price end--}}
@endsection @push('script') {{-- Messaging with shop seller --}} @endpush