@extends('admin.layouts.app') @section('panel')
@forelse($plans as $plan) @empty @endforelse
@lang('S.N.') @lang('Name') @lang('Amount') @lang('Duration') @lang('Total Job Post') @lang('Status') @lang('Action')
{{$loop->index+$plans->firstItem()}} {{ __($plan->name) }} {{ showAmount($plan->price)}} {{ __($general->cur_text) }} {{$plan->duration}} @lang('Months') {{$plan->job_post }} @php echo $plan->statusBadge; @endphp @lang('Edit') @if($plan->status == Status::ENABLE) @else @endif @lang('Subsriber')
{{ __($emptyMessage) }}
@if ($plans->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @lang('New Plan') @endpush