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

Ad Plans

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