@extends('admin.layouts.master') @section('plan', 'active') @section('title') {{ $data['title'] ?? '' }} @endsection @push('style') @endpush @php $settings = getSetting(); @endphp @section('content')

{{ $data['title'] ?? '' }}

Plan List
{{-- --}} {{-- --}} @foreach ($data['plans'] as $plan) {{-- --}} {{-- --}} @endforeach
SN Package Name Package Type Package Duration Price Status Customer SupportAnalyticsSocial Media Sharing Action
SN Package Name Package Type Package Duration Price Status Customer SupportAnalyticsSocial Media Sharing Action
{{ $loop->iteration }} {{ $plan->name }} {{ Str::headline($plan->interval) }} {{ $plan->day }} Days {{ $setting->currency_symbol }} {{ $plan->price }} @if ($plan->status == 1) Active @else Inactive @endif @if ($plan->customer_support) Customer Support @endif @if ($plan->analytics) Analytics @endif @if ($plan->social_media_sharing) Social Media Sharing @endif @if ($plan->customer_support == '1') Yes @else No @endif @if ($plan->analytics == '1') Yes @else No @endif @if ($plan->social_media_sharing == '1') Yes @else No @endif {{-- @can('admin.plan.view') View @endcan @can('admin.plan.edit') Edit @endcan @can('admin.plan.delete') Delete @endcan --}}
@endsection @push('script') @endpush