@extends('layouts.admin_master') @section('content')
@if(Session::has('success')) @endif
@foreach($plans as $key=> $plans_data) @endforeach
Sr.No Name Action
{{$key+1}} {{$plans_data->name}}
@endsection @section('scripts') @parent @endsection