@extends('layouts.superadmin') @section('content')

Plans

Add Plan
@if ($message = Session::get('success'))

{{ $message }}

@endif
@if($plans) @foreach($plans as $plan) @endforeach @else

No records found!

@endif
Sr No Plan Name Plan Description Plan Type Plan Price Plan Duration Action
PL-000-{{ $plan->id }} {{ $plan->description ?? '' }} {{ ucfirst($plan->type ?? '') }} {{ $plan->amount ?? '' }} {{ $plan->duration ?? '' }}
@endsection