@extends('admin/layouts/contentLayoutMaster') @section('title', 'Plan') @section('content') @section('page-style') @endsection

Plan

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

{{ $plan1->created }}

No record found!
{{$plan->links()}}
@endsection