@extends('layouts.master') @section('title') {{ __($page_title) }} @endsection @section('page-title') {{ __($page_title) }} @endsection @section('body')
@endsection @section('content')| # | {{ __('Name') }} | {{ __('Price') }} | {{ __('Duration') }} | @can('admin.subscription.plans.update'){{ __('Status') }} | @endcan{{ __('Actions') }} |
|---|---|---|---|---|---|
| {{ $plan->id }} | {{ $plan->name }} | {{ $plan->price }} | {{ $plan->duration }} {{ __($plan->duration_type) }} | @can('admin.subscription.plans.update'){{ $plan->status ? __('Active') : __('Not Active') }} | @endcan