dbfdg @extends('layouts.admin') @php $dir = asset(Storage::url('uploads/plan')); @endphp @section('page-title') {{ __('Manage Plan') }} @endsection @section('breadcrumb')
{{ __('Free Trial Days : ') . __($plan->trial_days ? $plan->trial_days : 0) }}
{{ __('Plan Trial Expired : ') }} {{ !empty(\Auth::user()->trial_expire_date) ? \Auth::user()->dateFormat(\Auth::user()->trial_expire_date) : 'lifetime' }}
@endif @else @if (\Auth::user()->type == 'company' && \Auth::user()->plan == $plan->id){{ __('Plan Expired : ') }} {{ !empty(\Auth::user()->plan_expire_date) ? \Auth::user()->dateFormat(\Auth::user()->plan_expire_date) : 'lifetime' }}
@endif @endif