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

BANK RECEIVING VOUCHER



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



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