@extends('layouts.app') {{--Important Variables--}} @section('title') {{ config('settings.company_name') }} -> Notes @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') Catatan JENIS LEDGER BIJAKSANA Apa saja pilih tampilkan semua {{ csrf_field() }} Pilih Nama Jenis Buku Besar @foreach( App\IncomeExpenseType::all() as $Type ) {{ $Type->name }} @endforeach Pilih Nama Proyek @if (App\Branch::all()->count() >0 ) @foreach( App\Branch::all() as $Branch ) {{ $Branch->name }} @endforeach @endif Periode to Periode Sampai KELOMPOK BUKU BESAR Apa saja pilih tampilkan semua {{ csrf_field() }} Pilih Nama Grup Buku Besar @foreach( App\IncomeExpenseGroup::all() as $Group ) {{ $Group->name }} @endforeach Pilih Nama Proyek @if (App\Branch::all()->count() >0 ) @foreach( App\Branch::all() as $Branch ) {{ $Branch->name }} @endforeach @endif Periode sampai Periode to @stop @push('include-css') @endpush @push('include-js') @endpush