@extends('layouts.app', ['title' => 'Invoice | Print Cards']) @section('content')
| Item | Configuration | Amount |
|---|---|---|
| {{ $item->item_name }} | {{ $item->page_size }} | {{ strtoupper($item->print_mode) }} | {{ $item->copies }} copies | Rs {{ number_format($item->total_price, 2) }} |