@extends('admin.layouts.main-layout') @section('title', 'Manage Plans') @section('content')
@if (session('success')) @endif
Manage Plans+
@foreach($plansData as $plans) @endforeach
S. No. Plan Name Plan Position Plan Image Status Actions
1. {{ $plans->plan_name }} {{ $plans->position_order }} @if($plans->plan_image)
  • Plan_Image
@endif
@endsection @section('admin-custom-js') @endsection