getLocale() . "/documents/pdf/invoice.css")}}">
{{__("Logister Company")}}
{{__("Location")}}:
{{__("+9661234568")}}

{{__("Invoice")}} #{{$invoice->order->id}}

{{date("Y-m-d h:i A", strtotime($invoice->created_at))}}
{{__("Customer name")}}:
{{$invoice->order->user->full_name}}
{{--
--}} {{--
{{__("Customer Phone")}}:
--}} {{--
{{implode(", ",$invoice->order->user->getPhoneNumber())}}
--}} {{--
--}}
{{__("Driver Name")}}:
{{$invoice->order->acceptOrder()->technician->full_name}}
{{__("Driver Phone")}}:
{{implode(", ", $invoice->order->acceptOrder()->technician->getPhoneNumber())}}

{{__("Services")}}

@foreach($invoice->services as $invoiceService) @endforeach
{{__("Name")}} {{__("Qty")}} {{__("Price")}}
{{$invoiceService->service->name}} {{$invoiceService->count}} {{$invoiceService->price}}
{{--
--}} {{--
--}} {{--

{{__("Extra Services")}}

--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($invoice->extraServices as $service)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{--
{{__("Name")}}{{__("Qty")}}{{__("Price")}}
{{$service->name}}{{$service->count}}{{$service->price}}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{__("Parts")}}

--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($invoice->parts as $part)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{--
{{__("Name")}}{{__("Qty")}}{{__("Price")}}
{{$part->name}}{{$part->count}}{{$part->price}}
--}} {{--
--}} {{--
--}}