@extends('web.layouts.layout') @section('container_content')

{{__('merchants.customer_queue_data')}}

{{__('merchants.check_queue_data')}}

{{-- @if($current)--}} {{--
--}} {{--

{{$current->serial}}

--}} {{--
Current
--}} {{--
{{$current->customer_name}}
--}} {{-- {{$current->person_count . ' Persons'}}--}} {{--
--}} {{-- @endif--}} @if($next)

{{$next->serial}}

{{__('merchants.current')}}
{{$next->customer_name}}
{{$next->person_count . __('merchants.persons')}}
@endif @if (!$current && !$next)

{{$queueCount}}

FINISH
@endif

{{__('merchants.total_queue_number')}}
{{$queueCount}} {{__('merchants.customer')}}

{{$merchant->shop->queue_enabled == 1 ? __('merchants.queue_open') : __('merchants.queue_closed')}}
@csrf()
@csrf()
{{--
--}} {{--
--}} {{-- الارسال بالعربيه--}} {{-- --}} {{-- send in english--}} {{--
--}} {{--
--}} {{-- @foreach(languages() as $language)--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- @endforeach--}}

{{__('merchants.check_list')}}

@include('web.layouts.side_menu')
@endsection @section('inner_js') @endsection