@extends('layouts.backend') @section('css_after') @endsection @section('js_after') @endsection @section('content')
Invoice ID: #{{$order->invoice_id}}
Date: {{date('d-m-Y H:i:s', strtotime($order->created_at))}}
Customer Name: {{$order->user->name}}
Email: {{$order->user->email}}
Phone No: {{$order->user->phone_no}}
Company Name: {{$order->user->company_name}}
Name: {{$order->billing->name}}
Email: {{$order->billing->email}}
Phone No: {{$order->billing->phone_no}}
Company Name: {{$order->billing->company_name}}
Country: {{$order->billing->country}}
Address: {{$order->billing->street_name}}, {{$order->billing->city}}, {{$order->billing->state}}, {{$order->billing->zip_code}}
Additional Information: {{$order->billing->additional_info}}