From 9cd8df49d1ebfb36a28ce2ff9cd9ffbabe48c2d9 Mon Sep 17 00:00:00 2001 From: merdan Date: Fri, 21 Feb 2020 19:59:24 +0500 Subject: [PATCH] mobilee pages under checkout --- .../views/mobile/Pages/SeatsPage.blade.php | 86 +++++++++---------- 1 file changed, 42 insertions(+), 44 deletions(-) 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'])!!}
- -
+