@extends('admin.layouts.app') @section('content')

History

@if (isset($data) && !empty($data)) @foreach ($data as $index => $dt) @endforeach @endif
# Year Description  
{{ $index + 1 }}
{{ $dt->year }}
{{ $dt->description ?? '-' }}
@endsection