Bhatiary Golf &Country Club
Dhaka Catonment
Dhaka - 1206, Opposite Zoarshahara Bus Stand
Phone: 88 02 8752332, Army 8751777 Ex 6110 Email: agc_bd@yahoo.com, Web: www.agc.com.bd
Monthly Bill - Member Copy
| Bill No |
: |
{{ sprintf('%06d', $bill->id) }} |
| Billing Month |
: |
{{ $bill->month . ' ' . $bill->year }} |
| Print Date |
: |
{{ date('d F Y') }} |
| Due Date |
: |
{{ date('20 F Y', strtotime("+1 month", strtotime($bill->year.'-'.$bill->month.'-01'))) }} |
| Membership No |
: |
{{ $bill->member->membership_no }} |
| Member Name |
: |
{{ $bill->member->full_name }} |
| Address |
: |
{{ $bill->member->present_address }} |
| Description |
Susbcription Fee |
Dependent Fee |
Fee Increased |
Bill Total |
Bill Paid |
Balance |
| {{$bill->month.' '.$bill->year}} |
{{ number_format($bill->subscription_fee, 2) }} |
{{ number_format($bill->dependent_fee, 2) }} |
{{ number_format($bill->fee_increased, 2) }} |
{{ number_format($bill->total_amount, 2) }}
|
{{ number_format($bill->paid_amount, 2) }}
|
{{ number_format($bill->due_amount, 2) }}
@php $total_bill += $bill->due_amount @endphp
|
@if($dues_or_advance != 0)
|
{{ ($dues_or_advance>0)?'[Dues]':'' }}
{{ ($dues_or_advance<0)?'[Advance]':'' }}
@if(count($prev_of_prev_bills))
{{ $dues_start_date ? $dues_start_date:
$prev_of_prev_bills->first()->month.' '.$prev_of_prev_bills->first()->year}}
{{' to '.$prev_of_prev_bills->last()->month.' '.$prev_of_prev_bills->last()->year}}
@elseif( $dues_start_date && $dues_end_date)
{{$dues_start_date.' to '.$dues_end_date}}
@endif
|
{{ number_format($dues_or_advance, 2) }}
@php $total_bill += $dues_or_advance @endphp
|
@endif
| Total |
{{ number_format(
$total_bill, 2) }}
|
In Word:
Zero Taka Only
Note:
- Please notify in the case of any change in your address/update online visiting the website www.agc-bd.com
- 20th of each month is the last date of payment.
- Checque should be issued in favour of 'Bhatiary Golf &Country Club, Dhaka Cantonment'
- Please add Tk. 40.00 (Fourty) for Bank Cheque of outside of Dhaka City, Otherwise cheque will not be accepted
This is computer generated bill and does not require any singnature
Powered By ISSIT Ltd. Mobile: +8801712 650270
|
|
@php $total_bill = 0; @endphp
Bhatiary Golf &Country Club
Dhaka Catonment
Dhaka - 1206, Opposite Zoarshahara Bus Stand
Phone: 88 02 8752332, Army 8751777 Ex 6110 Email: agc_bd@yahoo.com, Web: www.agc.com.bd
Monthly Bill - Office Copy
| Bill No |
: |
{{ sprintf('%06d', $bill->id) }} |
| Billing Month |
: |
{{ $bill->month . ' ' . $bill->year }} |
| Print Date |
: |
{{ date('d F Y') }} |
| Due Date |
: |
{{ date('20 F Y', strtotime("+1 month", strtotime($bill->year.'-'.$bill->month.'-01'))) }} |
| Membership No |
: |
{{ $bill->member->membership_no }} |
| Member Name |
: |
{{ $bill->member->full_name }} |
| Address |
: |
{{ $bill->member->present_address }} |
| Description |
Susbcription Fee |
Dependent Fee |
Fee Increased |
Bill Total |
Bill Paid |
Balance |
| {{$bill->month.' '.$bill->year}} |
{{ number_format($bill->subscription_fee, 2) }} |
{{ number_format($bill->dependent_fee, 2) }} |
{{ number_format($bill->fee_increased, 2) }} |
{{ number_format($bill->total_amount, 2) }}
|
{{ number_format($bill->paid_amount, 2) }}
|
{{ number_format($bill->due_amount, 2) }}
@php $total_bill += $bill->due_amount @endphp
|
@if($dues_or_advance != 0)
|
{{ ($dues_or_advance>0)?'[Dues]':'' }}
{{ ($dues_or_advance<0)?'[Advance]':'' }}
@if(count($prev_of_prev_bills))
{{ $dues_start_date ? $dues_start_date:
$prev_of_prev_bills->first()->month.' '.$prev_of_prev_bills->first()->year}}
{{' to '.$prev_of_prev_bills->last()->month.' '.$prev_of_prev_bills->last()->year}}
@elseif( $dues_start_date && $dues_end_date)
{{$dues_start_date.' to '.$dues_end_date}}
@endif
|
{{ number_format($dues_or_advance, 2) }}
@php $total_bill += $dues_or_advance @endphp
|
@endif
| Total |
{{ number_format(
$total_bill, 2) }}
|
In Word:
Zero Taka Only
Note:
- Please notify in the case of any change in your address/update online visiting the website www.agc-bd.com
- 20th of each month is the last date of payment.
- Checque should be issued in favour of 'Bhatiary Golf &Country Club, Dhaka Cantonment'
- Please add Tk. 40.00 (Fourty) for Bank Cheque of outside of Dhaka City, Otherwise cheque will not be accepted
This is computer generated bill and does not require any singnature
Powered By ISSIT Ltd. Mobile: +8801712 650270
|