@extends('layouts.admin') @section('title') Rekap Klasikal @endsection @section('customStyle') @endsection @section('content')
Laporan Klasikal {{$report->bulan_kla." ".$report->tahun_kla}}
Kembali
@if(pathinfo($report->file_kla, PATHINFO_EXTENSION) == 'docx') @elseif(pathinfo($report->file_kla, PATHINFO_EXTENSION) == 'pdf') @else

Unsupported file format.

@endif
Komentar Mentor
@endsection @section('script') @endsection