@extends('admin.layout.master') @section('title', 'Dashboard') @section('content')

Event Manager

@csrf @if ($errors->has('Name')) {{ $errors->first('Name') }} @endif
gender == 'M') checked @endif data-error="#gender_error">
gender == 'F') checked @endif data-error="#gender_error">
gender == 'Both') checked @endif data-error="#gender_error">
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('Description')) {{ $errors->first('Description') }} @endif
@forelse($category as $ct)
categoryname == $ct->name) checked @endif @endforeach>
@empty
No Category found
@endforelse
@if ($errors->has('Category')) {{ $errors->first('Category') }} @endif
@if ($errors->has('EventDate')) {{ $errors->first('EventDate') }} @endif
@if ($errors->has('EndDate')) {{ $errors->first('EndDate') }} @endif
@if ($errors->has('Regstart')) {{ $errors->first('Regstart') }} @endif
@if ($errors->has('regend')) {{ $errors->first('regend') }} @endif
{{--
@if ($errors->has('logo1')) {{ $errors->first('logo1') }} @endif
--}} {{--
@if ($errors->has('logo2')) {{ $errors->first('logo2') }} @endif
--}} {{--
@if ($errors->has('rptheader')) {{ $errors->first('rptheader') }} @endif
--}}
Back
@endsection @push('js') @endpush