@extends('layouts.instructor') @section('breadcrumb')

{{ __('Bundles Courses') }}

@endsection @section('content')
{{ __('Create Bundles Courses') }}
@csrf
@if ($errors->has('access_period')) {{ $errors->first('access_period') }} @endif
{{ __('Enrollment will expire after this number of days. Set 0 for no expiration') }}
@if(get_option('subscription_mode'))
{{ __('Enable for subscription') }} *
@if ($errors->has('is_subscription_enable')) {{ $errors->first('is_subscription_enable') }} @endif
@endif
{{ __('Overview') }} *

{{__('Image')}}

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

{{ __('Recomended image format & size') }}: 575px X 450px (1MB)

{{ __('Accepted filetype') }}: jpg, jpeg, png

@if ($errors->has('meta_title')) {{ $errors->first('meta_title') }} @endif
@if ($errors->has('meta_description')) {{ $errors->first('meta_description') }} @endif
@if ($errors->has('meta_keywords')) {{ $errors->first('meta_keywords') }} @endif

{{__('OG Image')}}

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

{{ __('Accepted Files') }}: PNG, JPG
{{ __('Recommend Size') }}: 1200 x 627

{{ __('Back to List') }}
@endsection @push('style') @endpush @push('script') @endpush