@extends('super_admins.layouts.master') @section('title') Add Courses @endsection @section('css') @endsection @section('content') @if ($errors->any()) @endif

Archive

@csrf
Multi Language
@foreach ($active_languages as $key => $language) @endforeach
@if (isset($archive_categories))
@if ($errors->has('archive_category_id')) {{ $errors->first('archive_category_id') }} @endif
@endif @if (isset($tags))
@if ($errors->has('tag_ids')) {{ $errors->first('tag_ids') }} @endif
@endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
{{-- @if ($errors->has('is_active')) {{ $errors->first('is_active') }} @endif --}}
@include('super_admins.includes.image_cropper_modal') @endsection @section('scripts') @include('super_admins.includes.image_cropper_scripts') @endsection