@extends('layouts.app') @section('title') {{ config('app.name', 'Laravel') }} | {{ __('common.myplans') }} @endsection @section('heading'){{ __('common.myplans') }}@endsection @section('heading-icon')home@endsection @section('content')
@if(!$expire)
Info! Your plan has been expired purchase new plan now !.
@endif
Plans @if(!empty($mypackage))

{{$mypackage->package_title}}

  • Feature {!! $mypackage->package_feature ??''!!}
  • Plan Duration {{$mypackage->package_duration??''}} Days
  • Total Products {{$mypackage->total_products??''}}
  • Total Pdf {{$mypackage->total_pdf??''}}
  • Total Video {{$mypackage->total_video??''}}
{{$mypackage->package_price??'Free'}}
@endif @foreach($plans as $plan)

{{$plan->package_title??''}}

  • Feature {!! $plan->package_feature ??''!!}
  • Plan Duration {{$plan->package_duration??''}} Days
  • Total Products {{$plan->total_products??''}}
  • Total Pdf {{$mypackage->total_pdf??''}}
  • Total Video {{$mypackage->total_video??''}}
{{$plan->package_price??'Free'}} {{-- per month--}}
{{-- --}}
@endforeach
@push('scripts') @endpush @endsection