@extends('layouts.master') @section('title', 'Invoice Print | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.print invoice')) @section('css') @endsection @section('content')
| {{ __('basic.item') }} | {{ __('basic.quantity') }} | {{ __('basic.price') }} | {{ __('basic.total') }} |
|---|---|---|---|
| {{ $item->categorizable->name }} | {{ $item->price }} | {{ $item->qty }} | {{ $item->final_price }} |