@extends('layouts.print') @section('content')
@foreach ($invoice as $inv) @endforeach
Bill To :-
{{-- @dump($inv->ppp) --}} {{$inv->ppp->name}}
{{$inv->ppp->comments}}
Bill date {{$inv->created_at->format('d/m/Y')}}
Last payment date {{$inv->last_pay_date->format('d/m/Y')}}
{{$inv->particulars}} Tk {{number_format($inv->amount,2)}}
@endsection