JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr@php $qr_path = \App\Models\Utility::get_file('event_module/center_qr'); $profile_path = \App\Models\Utility::get_file('event_module/profile'); $users = \Auth::user(); use App\Models\Utility; $stringid = $eventData->id; @endphp @extends('layouts.admin') @push('css-page') @endpush @section('page-title') {{ __('Edit Event') }} @endsection @section('title') {{ __('Event') }} @endsection @section('breadcrumb') @endsection @section('action-btn')
@endsection @section('content')
{{-- Theme Setting --}}
{{ Form::open(['route' => ['events.edit-theme', $eventData->id], 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}
{{ __('Select Theme:') }}
{{ Form::hidden('themefile', null, ['id' => 'themefile']) }}
@foreach (Modules\Event\Entities\EventQR::themeEvent() as $key => $v)
{{ __('Modern Theme') }}
@foreach ($v as $css => $val) @endforeach
@endforeach
{{ Form::close() }}
{{ __('Preview') }}
{{-- Detail Setting --}}
{{ Form::open(['route' => ['event.update', $eventData->id], 'method' => 'PUT', 'enctype' => 'multipart/form-data','class' => 'needs-validation', 'novalidate']) }}
{{ __('Basic Information:') }}
{{ Form::label('Name', __('Profile Images:'), ['class' => 'form-label']) }}
{{ Form::label('Event Name', __('Event Name:'), ['class' => 'form-label']) }} {!! Form::text('event_name', $eventData->event_name, [ 'class' => 'form-control', 'placeholder' => __('Enter Name'), 'data-name' => 'event_name', 'id' => $stringid . '_event_name', 'required'=>'required', ]) !!} @error('event_name') {{ $message }} @enderror
{{ Form::label('organizer_name', __('Organizer Name:'), ['class' => 'form-label']) }} {{ Form::text('organizer_name', isset($eventData->organizer_name) ? $eventData->organizer_name : null, ['class' => 'form-control validation_headline ', 'placeholder' => __('Enter Organizer Name'), 'id' => $stringid . '_organizer','required'=>'required']) }} @error('organizer_name') {{ $message }} @enderror
{{ Form::label('Description', __('Description:'), ['class' => 'form-label']) }} {{ Form::textarea('description', $eventData->description, ['class' => 'form-control description-text', 'rows' => '3', 'cols' => '30', 'id' => $stringid . '_event_desc', 'placeholder' => __('Enter Description'),'required'=>'required']) }} @error('description') {{ $message }} @enderror
{{ Form::label('Button Label', __('Call To Action:'), ['class' => 'form-label']) }}
{{ Form::label('Button Label', __('Button Label:'), ['class' => 'form-label']) }} {{ Form::text('cta_btn_label', isset($eventData->cta_btn_label) ? $eventData->cta_btn_label : null, ['class' => 'form-control validation_headline ', 'placeholder' => __('Enter Button Label'), 'id' => $stringid . '_btn_label','required'=>'required']) }} @error('cta_btn_label') {{ $message }} @enderror
{{ Form::label('Button Link', __('Button Link:'), ['class' => 'form-label']) }} {{ Form::text('cta_btn_link', isset($eventData->cta_btn_link) ? $eventData->cta_btn_link : null, ['class' => 'form-control validation_headline ', 'placeholder' => __('Enter Button Link'), 'id' => $stringid . '_btn_link','required'=>'required']) }} @error('cta_btn_link') {{ $message }} @enderror
{{ __('Personalized link:') }}
{{ Form::text('slug', $eventData->slug, ['class' => 'input-group-text text-start', 'placeholder' => __('Enter Slug')]) }}

{{ Form::label('Contact Name', __('Contact Name:'), ['class' => 'form-label']) }} {{ Form::text('contact_name', isset($eventData->contact_name) ? $eventData->contact_name : null, ['class' => 'form-control validation_headline ', 'placeholder' => __('Enter Contact Name'), 'id' => $stringid . '_contact_name','required'=>'required']) }} @error('contact_name') {{ $message }} @enderror
{{ Form::label('Contact Phone', __('Contact Phone:'), ['class' => 'form-label']) }} {{ Form::text('contact_phone', isset($eventData->contact_phone) ? $eventData->contact_phone : null, ['class' => 'form-control validation_headline ', 'placeholder' => __('Enter Contact Phone'), 'id' => $stringid . '_contact_phone','required'=>'required']) }} @error('cta_btn_link') {{ $message }} @enderror
{{ Form::label('Contact Email', __('Contact Email:'), ['class' => 'form-label']) }} {{ Form::email('contact_email', isset($eventData->contact_email) ? $eventData->contact_email : null, ['class' => 'form-control validation_headline ', 'placeholder' => __('Enter Contact Email'), 'id' => $stringid . '_contact_email','required'=>'required']) }} @error('contact_email') {{ $message }} @enderror

{{ Form::label('From Date', __('From Date'), ['class' => 'form-label']) }} @error('from_date') {{ $message }} @enderror
{{ Form::label('To Date', __('To Date'), ['class' => 'form-label']) }} @error('to_date') {{ $message }} @enderror
{{ Form::label('Venue Name', __('Venue Name:'), ['class' => 'form-label']) }} {{ Form::text('venue_name', isset($eventData->venue_name) ? $eventData->venue_name : null, ['class' => 'form-control validation_headline ', 'placeholder' => __('Enter Venue Name'), 'id' => $stringid . '_venue_name','required'=>'required']) }} @error('venue_name') {{ $message }} @enderror
{{ Form::label('Address', __('Address:'), ['class' => 'form-label']) }} {{ Form::textarea('address', $eventData->address, ['class' => 'form-control', 'rows' => '3', 'cols' => '30', 'id' => $stringid . '_event_address','required'=>'required']) }} @error('address') {{ $message }} @enderror
{{ Form::label('About', __('About:'), ['class' => 'form-label']) }} {{ Form::textarea('about', $eventData->about, ['class' => 'form-control description-text', 'rows' => '5', 'cols' => '30', 'id' => $stringid . '_event_about','required'=>'required']) }} @error('about') {{ $message }} @enderror
{{ Form::close() }}
{{ __('Preview') }}
@include('event::eventTemplate.' . $eventData->theme . '.index')
{{-- Start Custom QR-Code --}}
{{ Form::open(['route' => ['events.qrcode_setting', $eventData->id], 'method' => 'POST', 'enctype' => 'multipart/form-data','class' => 'needs-validation', 'novalidate']) }}
{{ __('Qr Code Settings:') }}
{{ Form::label('Foreground Color', __('Foreground Color'), ['class' => 'form-label']) }}
{{ Form::label('Background Color', __('Background Color'), ['class' => 'form-label']) }}
{{ Form::label('Corner Radius', __('Corner Radius'), ['class' => 'form-label']) }}
{{ Form::label('Text', __('Text'), ['class' => 'form-label']) }}
{{ Form::label('Text Color', __('Text Color'), ['class' => 'form-label']) }}
{{ Form::label('image', __('Image'), ['class' => 'form-label']) }}
{{ Form::label('Size', __('Size'), ['class' => 'form-label']) }}
{{ Form::close() }}
{{-- End Custom QR-Code --}}
@endsection @push('custom-scripts') @endpush