@extends('layouts.app') @section('title', 'Cash Book Payment') @section('content') @if (isset($cbp->sno))
@else @endif @if ($errors->any())
@endif @csrf

CASH PAYMENT VOUCHER



@if (isset ($cbp->sno))
@foreach($cbp->cbdp as $key => $cl)
@endforeach
@else
@endif



@endsection @section('scripts') @endsection @section('ccss') @endsection