Cheque
Date
Pay
Cash
Rupees
—
Cheque No
—
@php
$pvLocationLogoUrl = '';
if (isset($currentLocation) && $currentLocation && !empty($currentLocation->logo)) {
$pvLocationLogoUrl = asset('storage/' . $currentLocation->logo);
}
@endphp
@if($pvLocationLogoUrl)
@else
@endif