@extends('layouts.app') {{--Important Variables--}} @section('title') Ledger Manage @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') Ledger Manage PROJECT WISE Anything is select show all {{ csrf_field() }} Select Project Name @if (App\Branch::all()->count() >0 ) @foreach( App\Branch::all() as $Branch ) {{ $Branch->name }} @endforeach @endif Select Ledger Name @if (App\IncomeExpenseHead::all()->count() >0 ) @foreach( App\IncomeExpenseHead::all() as $income_expense_head ) {{ $income_expense_head->name }} @endforeach @endif to LEDGER NAME WISE Anything is select show all {{ csrf_field() }} Select Ledger Name @if (App\IncomeExpenseHead::all()->count() >0 ) @foreach( App\IncomeExpenseHead::all() as $income_expense_head ) {{ $income_expense_head->name }} @endforeach @endif Select Proejct Name @if (App\Branch::all()->count() >0 ) @foreach( App\Branch::all() as $Branch ) {{ $Branch->name }} @endforeach @endif to CASH BANK BOOK WISE Anything is select show all {{ csrf_field() }} Select Bank Cash Name @if (App\BankCash::all()->count() >0 ) @foreach( App\BankCash::all() as $BankCash ) {{ $BankCash->name }} @endforeach @endif Select Project Name @if (App\Branch::all()->count() >0 ) @foreach( App\Branch::all() as $project ) id == old('branch_id' )) selected @endif value="{{ $project->id }}">{{ $project->name }} @endforeach @endif to @stop @push('include-css') @endpush @push('include-js') @endpush