@extends('backend.layouts.app') @section('content') @include('backend.account.headerMenu')
Opening Balance Entry

@if($type == 'create' )
@else @method('put') @endif @csrf
@if($type == 'create' ) @else @endif
@if(sizeof($model) > 0) @foreach($model as $m) @endforeach @endif
Sl Date Type Amount-BDT Remarks Action
Sl Date Type Amount-BDT Remarks Action
{{ ++$sl }} {{ date('d-m-Y',strtotime($m->date)) }} @if( $m->type == 'opening_balance' ) Opening Balance @elseif($m->type== 'cash_in_hand') Cash In Hand @else FDR @endif {{ $m->amount }} {{ $m->remarks }}
@endsection @section('modal_content') @endsection @section('page_script')> @endsection