@extends('layouts.main') @section('title', 'File Course NalarKita') @section('pageContent') Cari Course Bulan Pilih Bulan @foreach (range(1, 12) as $m) {{ DateTime::createFromFormat('!m', $m)->format('F') }} @endforeach Tahun Pilih Tahun @for ($y = date('Y'); $y >= 2010; $y--) {{ $y }} @endfor {{-- --}} {{-- --}} {{-- --}}{{-- --}} {{-- Unduh Laporan--}} {{-- --}} {{-- --}} Nama Course Bulan Tahun @endsection @section('scripts') @endsection
Unduh Laporan