@extends('layouts.admin.app') @section('title', 'Create Plan') @section('content_header')
@stop @section('content')
@csrf
Title
Website count
Page views (0 unlimited)
Price ({{\App\Models\Setting::get('currency_sign')}})
Price Annual({{\App\Models\Setting::get('currency_sign')}})
Trial days
Interval
@foreach (\App\Models\SubscriptionPlan::INTERVALS as $inteval)
{{ucfirst($inteval)}}
@endforeach
Description
Popular
Save
Cancel
@endsection