@include('components.theme.pages.header')
@if(session()->has('success'))
{{ session()->get('success') }}
@else @if(session()->has('error'))
{{ session()->get('error') }}
@endif @endif
Buku Besar: {{ $akun->nama_akun }}
{!! Form::open(['url' => app_url('buku-besar/'.$akun->id . '/cari'), 'method' => 'get', 'class' => 'form-inline text-center']) !!}
{!! Form::selectMonth('bulan', null, ['class' => 'form-control', 'placeholder' => '-- Bulan --']) !!}
{!! Form::selectRange('tahun', 2018, date('Y'), null, ['class' => 'form-control', 'placeholder' => '-- Tahun --']) !!}
{!! Form::close() !!}

Total Data : {{ $total_buku }}

@php $i = 1 @endphp @foreach($daftar_buku as $data) @endforeach
No Waktu Action
{{ $i++ }} {{ date('F Y', strtotime('1-'.$data->waktu)) }}
@include('components.theme.pages.footer')