@extends('theme.theme_main')
@section('breadcrumb')
{!! Breadcrumbs::render('invoice') !!}
@stop
@section('content_title')
Invoice List
@stop
@section('content')
Invoice |
Action |
@if(date('Ym') >= 201611 && date('Ym') > date('Ym', strtotime('-12 month')))
@for ($i = '201611'; $i < date('Ym'); $i = date('Ym', strtotime('+1 month', strtotime($i.'01'))))
{{date('M, Y', strtotime($i.'01'))}} |
Download
|
@endfor
@else
- No Result -
|
@endif
@stop