@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') Kelola buku besar PROYEK BIJAKSANA Apa saja pilih tampilkan semua {{ csrf_field() }} Pilih Nama Proyek @if (App\Branch::all()->count() >0 ) @foreach( App\Branch::all() as $Branch ) {{ $Branch->name }} @endforeach @endif Pilih Nama Buku Besar @if (App\IncomeExpenseHead::all()->count() >0 ) @foreach( App\IncomeExpenseHead::all() as $income_expense_head ) {{ $income_expense_head->name }} @endforeach @endif to NAMA BUKU BESAR Apa saja pilih tampilkan semua {{ csrf_field() }} Pilih Nama Buku Besar @if (App\IncomeExpenseHead::all()->count() >0 ) @foreach( App\IncomeExpenseHead::all() as $income_expense_head ) {{ $income_expense_head->name }} @endforeach @endif Pilih Nama Proyek @if (App\Branch::all()->count() >0 ) @foreach( App\Branch::all() as $Branch ) {{ $Branch->name }} @endforeach @endif to CASH BANK BOOK WISE Apa saja pilih tampilkan semua {{ csrf_field() }} Pilih Nama Kas Bank @if (App\BankCash::all()->count() >0 ) @foreach( App\BankCash::all() as $BankCash ) {{ $BankCash->name }} @endforeach @endif Pilih Nama Proyek @if (App\Branch::all()->count() >0 ) @foreach( App\Branch::all() as $project ) id == old('branch_id' )) terpilih @endif value="{{ $project->id }}">{{ $project->name }} @endforeach @endif to @stop @push('include-css') @endpush @push('include-js') @endpush