@extends('backend.layout') @section('style') @endsection @section('content')
{{ __('Slot Settings') }}
{{ __('Back') }} {{ __('Preview') }}
{{ __('Upload Map Image') }}

{{ __('Step-by-step') }} : {{ __(1) }}. {{ __('First upload venue map image.') }} {{ __(2) }}. {{ __('Then create slots on the map image.') }} {{ __(3) }}. {{ __('You can drag, drap, rotate, change color etc… for each slot.') }} {{ __(4) }}. {{ __('Set prices for each seat of a slot.') }}

@if (!empty($cover_image))
Image


















@else

{{ __('No Image Found !') }}

@endif
@include('backend.event.ticket.slots.upload-image') @include('backend.event.ticket.slots.model') @endsection @section('script') @endsection