@extends('admin.layouts.master') @section('title', 'Instructor Subscription Settings - Admin') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Instructor Subscription Settings') }} @endslot @slot('menu1') {{ __('Instructor') }} @endslot @slot('menu2') {{ __('Instructor Subscription Settings') }} @endslot @endcomponent
{{ __("Instructor Subscription Settings")}}
{{ csrf_field() }} {{ method_field('POST') }}
({{ __('Enable Instructor subcription plans') }})

{{ __('Enter envanto purchase code') }} .
@if($errors->any())
{{$errors->first()}}
@endif @error('code')
{{$message}}
@enderror
@endsection @section('scripts') @endsection