diff --git a/resources/views/mobile/Pages/SeatsPage.blade.php b/resources/views/mobile/Pages/SeatsPage.blade.php index 9de715a8..d57651a2 100644 --- a/resources/views/mobile/Pages/SeatsPage.blade.php +++ b/resources/views/mobile/Pages/SeatsPage.blade.php @@ -4,54 +4,53 @@
-
-
- +
+ {{__('ClientSide.available')}} + {{__('ClientSide.booked')}} + {{__('ClientSide.reserved')}} + {{__('ClientSide.selection')}} +
+ + - - -
- @csrf +
+ + @csrf
@foreach($tickets as $ticket)
@@ -60,8 +59,8 @@ {{--
--}} - {{--{{$event->venue->venue_name}} - {{$ticket->section->section_no}}--}} + {{--{{$event->venue->venue_name}} - {{$ticket->section->section_no}}--}} {{--
--}} @if($ticket->is_paused)

@lang("Public_ViewEvent.currently_not_on_sale")

@@ -114,12 +113,11 @@
{{__("ClientSide.yourSeats")}}:
-
-
+
+
{!!Form::submit(trans("ClientSide.confirm-seats"), ['id' => 'confirm-seats'])!!}
- -
+