@lang('modules.authorize.details')
@php $months = array(1 => 'Jan', 2 => 'Feb', 3 => 'Mar', 4 => 'Apr', 5 => 'May', 6 => 'Jun', 7 => 'Jul', 8 => 'Aug', 9 => 'Sep', 10 => 'Oct', 11 => 'Nov', 12 => 'Dec'); @endphp
@foreach($months as $key => $month) @endforeach
@for ($i = 0; $i < 15; $i++) @endfor
@lang('app.close') @lang('app.save')