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

Event

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