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

Plans

@foreach ($plans as $plan) @endforeach
# Plan duration Price Actions
{{ $loop->iteration }} {{ $plan->plan_name }} {{ $plan->duration }} ${{ $plan->price }}.00 Edit delete
@endsection