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

Ad Plan Duration

Ads Plan Duration
@foreach($plans as $plan) @endforeach
Sl. No Plan Name Duration Price Status Actions
{{ $loop->iteration }} {{ $plan->plan->name }} {{ $plan->duration }} {{ $plan->price }}
status == 1 ? 'checked' : ''}} />
@endsection @section('script') @endsection