@extends('layouts.admin') @php $dir = asset(Storage::url('uploads/plan')); @endphp @section('page-title') {{__('Manage Plan')}} @endsection @section('breadcrumb')
{{__('Duration : ').__(\App\Models\Plan::$arrDuration[$plan->duration])}}
{{__('Plan Expired : ') }} {{!empty(\Auth::user()->plan_expire_date) ? \Auth::user()->dateFormat(\Auth::user()->plan_expire_date):'Unlimited'}}
@endif --}} @php $plan_expire_date = \Auth::user()->plan_expire_date; @endphp @if (\Auth::user()->type == 'company' && \Auth::user()->plan == $plan->id){{ __('Plan Expired : ') }} {{ !empty($plan_expire_date) ? \Auth::user()->dateFormat($plan_expire_date) : 'Unlimited' }}
@endif