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