@extends('layouts.admin.master')
@section('title')Fee Plan
{{ $title }}
@endsection
@push('css')
@endpush
@section('content')
| # |
Name |
Course |
Fee |
Plan Type |
Status |
Action |
@php
$count = 1;
@endphp
@foreach($data as $list)
| {{$count++}} |
{{$list->name}} |
{{$list->name}} |
{{$list->startDate}} |
{{$list->endDate}} |
{{$list->status}} |
|
@endforeach
@push('scripts')
@endpush
@endsection