@extends('layouts.app') @section('content')

Add New Booking

Attribute Value Progress Label
Bank ID {{ $BankLedger->BankID}}
55%
Deposit Balance {{ $BankLedger->Deposit }}
70%
Withdraw Balance {{ $BankLedger->Withdraw }}
30%
Date {{ $BankLedger->Date }}
90%
Description {{ $BankLedger->Description }}
90%
@endsection