Step 2: Add Items
{{-- Bill small info --}}
Invoice #: {{ $bill->invoice_number }} •
Customer: {{ $bill->customer_name }} •
Phone: {{ $bill->customer_phone }}
{{-- From Stock --}}
@if ($bill->type_id == 1)
@endif
{{-- Without Stock --}}
@if ($bill->type_id != 1)
@endif