@extends('layouts.admin') @section('content')

{{ __('Add SaaS Package') }}

@csrf
@if ($errors->has('package_type')) {{ $errors->first('package_type') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('monthly_price')) {{ $errors->first('monthly_price') }} @endif
@if ($errors->has('discounted_monthly_price')) {{ $errors->first('discounted_monthly_price') }} @endif
@if ($errors->has('yearly_price')) {{ $errors->first('yearly_price') }} @endif
@if ($errors->has('discounted_yearly_price')) {{ $errors->first('discounted_yearly_price') }} @endif
@if ($errors->has('admin_commission')) {{ $errors->first('admin_commission') }} @endif
@if ($errors->has('student')) {{ $errors->first('student') }} @endif
@if ($errors->has('instructor')) {{ $errors->first('instructor') }} @endif
@if ($errors->has('course')) {{ $errors->first('course') }} @endif
@if ($errors->has('bundle_course')) {{ $errors->first('bundle_course') }} @endif
@if ($errors->has('subscription_course')) {{ $errors->first('subscription_course') }} @endif
@if ($errors->has('consultancy')) {{ $errors->first('consultancy') }} @endif
@if ($errors->has('show_in_home')) {{ $errors->first('show_in_home') }} @endif
@if ($errors->has('recommended')) {{ $errors->first('recommended') }} @endif
@if ($errors->has('description')) {{ $errors->first('order') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif

{{__('Image')}}

@if ($errors->has('icon')) {{ $errors->first('icon') }} @endif

{{ __('Accepted Image Files') }}: JPEG, JPG, PNG
{{ __('Accepted Size') }}: 80 x 80 (300KB)

@endsection @push('style') @endpush @push('script') @endpush