@extends('layouts.load') @section('content')
@include('includes.admin.form-error')
{{csrf_field()}}

{{ __('Current Plan') }} :

{{ $data->subscribes()->orderBy('id','desc')->first() ? $data->subscribes()->orderBy('id','desc')->first()->title : 'No Plan' }}

{{ __('Choose Plan') }} :

@endsection