@extends('layouts.admin') @section('content')
Sl. No | Name | Duration | Price | Currency | Status | Actions |
---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $plan->name }} | {{ $plan->duration }} | {{ $plan->price }} | {{ $plan->currency }} |
status == 1 ? 'checked' : ''}} />
|
@if(auth()->user()->can('plans-edit') || auth()->user()->can('plans-delete')) @endif |