@extends('app')
@section('head')
@include('partial.head')
@endsection
@section('content')
@include('partial.topbar')
| NO |
NAMA KATALOG |
TAHUN |
DOWNLOAD |
@foreach($data as $key => $var)
| {{ $key+1 }} |
{{ __($var->name) }} |
{{ $var->tahun }} |
Download
|
@endforeach
@include('partial.footer')
@endsection
@section('footer')
@include('partial.script')
@endsection