@extends('layouts.horizontalLayout') @section('title', 'Create Event') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @if(session('event_success')) @endif @endsection @section('content') {{-- Modal for Event Success --}} {{-- /Modal for Event Success --}} @if($errors->any())
@endif

Create Event

@csrf
Name your event. This will be displayed on the event cover
When did the event occur
Select the type of event
  • Recommended size: 1920px x 1080px
  • File size should be less than 2MB
  • Accepted formats: JPG, PNG
Your brand will be visible on client gallery
Notification Settings
How your clients should get notified about their photos
Turn ON to make event public
You can secure it by enabling PIN
Secure the access using PIN
Access Level will be decided by PIN
Default Access Level
@endsection