@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
| S.NO |
Institution Name |
Plan Amount |
Plan Minutes |
Added / Modified date |
Action |
@if(count($plan)>0)
@foreach ($plan as $key=>$plan1)
| {{ $s }} |
{{ $plan1->institution_name }} |
{{ $plan1->plan_amount }} |
{{ $plan1->plan_minutes }} |
{{ $plan1->created }}
|
|
@endforeach
@else
| No record found! |
@endif
{{$plan->links()}}