@extends('layouts.order-master') @section('css') @endsection @section('title') Receipt @endsection @section('content')
{{ $collection->receipt_code}}
{{ $collection->Ledger->voucher->name }}
--}}{{ \Carbon\Carbon::parse($collection->date)->format('d M Y') }}
{{ $collection->Ledger->name }}
{{ $collection->amount }}
{{ $collection->bank_name ?? '--' }}
{{ $collection->remarks ?? '--' }}
NOT CANCELLED
@elseCANCELLED
@endif