@extends('landing.layouts.app') @section('content')

Order Confirmed Successfully

#{{$order->id}}
@if($order->grand_total != 0) Invoice @endif

Name {{$order->user->name}}
Email {{$order->user->email}}
Phone {{$order->user->phone}}
Price {{ $order->grand_total }}/-
@endsection