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