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

CASH RECEIVING VOUCHER



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



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