@extends('adminlte::page') @section('content_header')
| {{__('auth.invoice_no')}}: | {{ $data->invoice_no }} |
| {{__('auth.customer')}}: | {{ get_customer($data->customer_id)->first_name.' '.get_customer($data->customer_id)->last_name }} |
| {{__('auth.phone_number')}}: | {{ get_customer($data->customer_id)->phone }} |
| {{__('auth.discount')}}: | {{$data->discount.'%'}} |
| {{__('auth.total')}}: | {{'$'.number_format($data->total,2)}} |
| # | {{__('auth.tracking_no')}} |
|---|