@extends('theme.theme_main') @section('breadcrumb') {!! Breadcrumbs::render('invoice') !!} @stop @section('content_title')

Invoice List

@stop @section('content')
@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')))) @endfor @else @endif
Invoice Action
{{date('M, Y', strtotime($i.'01'))}} Download
- No Result -
@stop