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

{{ __('Bundles Courses') }}

@endsection @section('content')
{{ __('Create Bundles Courses') }}
@csrf {{ method_field('PUT') }}
@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') }} *
@if($bundle->image) @else @endif

{{__('Image')}}

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

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

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

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