@extends('layouts.frontend.app') @push('meta') @endpush @section('title', 'Minimal - Buy now product') @section('content') @php $order = App\Models\Order::where('user_id', auth()->id()) ->select('address', 'shipping_charge', 'town', 'district', 'thana') ->first(); @endphp