@extends('layouts.master') @section('title', 'Download Course Admin') @section('css') @endsection @section('pageContent') @include('layouts.breadcrumb', ['title' => 'File Course', 'subtitle' => 'Home', 'link' => 'admin.dashboard'])

File Course Management

This is the list of all PPT Course. and you can manage them. with the help of this table.

@foreach($financialStatements as $financialStatement) @endforeach
Name Month Year File Action
{{ $financialStatement->name }} {{ $financialStatement->month }} {{ $financialStatement->year }} Download
@endsection @section('scripts') @endsection