@extends('layouts.master') @section('title', 'Download Course Admin') @section('css') @endsection @section('pageContent') @include('layouts.breadcrumb', ['title' => 'File Course', 'subtitle' => 'Home', 'link' => 'admin.dashboard'])
This is the list of all PPT Course. and you can manage them. with the help of this table.
Name | Month | Year | File | Action |
---|---|---|---|---|
{{ $financialStatement->name }} | {{ $financialStatement->month }} | {{ $financialStatement->year }} | Download |
|