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