@if(count($data)>0)
-
@lang('frontend.calendar')
-
| @lang('frontend.sl') |
@lang('frontend.release_date') |
@lang('frontend.title') |
@lang('frontend.download') |
@php
$i = 1;
@endphp
@if(isset($data))
@foreach($data as $d)
| {{ $i++ }} |
{{ date('d M Y', strtotime($d->date)); }} |
{{ $d->title }} |
|
@endforeach
@endif
@else
Not Found...
@endif