@extends('layouts.master') @section('content')
| ID | Duration Type | Start Month | End Month | Action |
|---|---|---|---|---|
| {{$data->id}} | {{$data->duration_type == 1 ? 'Monthly' : 'Quarterly'}} | {{date('m-Y',strtotime($data->start_month))}} | {{date('m-Y',strtotime($data->end_month))}} | Edit |