@extends('admin.layouts.app') @section('panel')
@forelse($plans as $plan) @empty @endforelse
@lang('Title') @lang('Price') @lang('Listings') @lang('Images') @lang('Videos') @lang('Allow Map') @lang('Status') @lang('Action')
{{ strLimit(__($plan->title), 30) }} @lang('Monthly'): {{ $general->cur_sym . showAmount($plan->monthly_price) }}
@lang('Yearly'): {{ $general->cur_sym . showAmount($plan->yearly_price) }}
{{ $plan->listings }} {{ $plan->images }} {{ $plan->videos }} @if ($plan->map == Status::YES) @lang('Yes') @else @lang('No') @endif @php echo $plan->statusBadge; @endphp
@if ($plan->status == Status::ENABLE) @else @endif
{{ __($emptyMessage) }}
@if ($plans->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @endpush @push('script') @endpush