Create International Events

{{-- --}}
@include('layouts.admin.alerts')
@csrf

Title *

has('title') ? 'autofocus' : '' }}> {{ $errors->first('title') }}

Location *

has('location') ? 'autofocus' : '' }}> {{ $errors->first('location') }}

Date *

has('date') ? 'autofocus' : '' }}> {{ $errors->first('date') }}

Intro *

has('intro') ? 'autofocus' : '' }}> {{ $errors->first('intro') }}

Link * (Please enter full URL for eg: http or https://www.abc.com )

has('link') ? 'autofocus' : 'null' }}> {{ $errors->first('link') }}
{{ $errors->first('coverImage') }}

Upload Cover Image * : ( Standard image resolution to be used : approx 350x250)

Clear Image
{{--

Content

--}}
@endsection