seats page

This commit is contained in:
merdan 2020-04-09 17:24:37 +05:00
parent 282e5c84d7
commit 9f570a53f3
5 changed files with 34 additions and 12 deletions

View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="240" viewBox="0 0 240 240">
<g id="_x31_3-Info_Box" transform="translate(0 0)">
<path id="Path_448" data-name="Path 448" d="M110.235.388C52.643,4.939,5.79,51.177.518,108.707a119.8,119.8,0,0,0,13.142,66.9,28.666,28.666,0,0,1,1.448,23.185L0,240l43.655-14.553a28.5,28.5,0,0,1,21.948,1.51,119.809,119.809,0,0,0,66.8,12.418c57.074-5.748,102.679-52.411,107.205-109.594A120.03,120.03,0,0,0,110.235.388Z" transform="translate(0 0)" fill="#d33d33"/>
<ellipse id="Ellipse_164" data-name="Ellipse 164" cx="99.257" cy="99.258" rx="99.257" ry="99.258" transform="translate(20.486 21)" fill="#fff"/>
<ellipse id="Ellipse_165" data-name="Ellipse 165" cx="12" cy="12.5" rx="12" ry="12.5" transform="translate(107.742 49.118)" fill="#e83132"/>
<path id="Path_449" data-name="Path 449" d="M38.387,117.969h0A12.386,12.386,0,0,1,26,105.581V35.387A12.386,12.386,0,0,1,38.387,23h0A12.386,12.386,0,0,1,50.774,35.387v70.194A12.386,12.386,0,0,1,38.387,117.969Z" transform="translate(81.613 72.306)" fill="#e83132"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -142,5 +142,7 @@ return [
'subscribe_error_message' => 'Subscription unsuccessful',
'currency_code' => ' manat.',
'booking_fee_text' => 'Booking fee per ticket:'
'booking_fee_text' => 'Booking fee per ticket:',
'checkout_fail_title' => 'Sorry',
'checkout_fail_text' => 'Checkout failed!'
];

View File

@ -153,5 +153,7 @@ return [
'subscribe_error_message' => 'Подписка не осуществилась. Пожалуйста, попробуйте еще раз',
'currency_code' => ' манат.',
'booking_fee_text' => 'За билет взимается сервисный сбор в размере '
'booking_fee_text' => 'За билет взимается сервисный сбор в размере ',
'checkout_fail_title' => 'Sorry',
'checkout_fail_text' => 'Checkout failed!'
];

View File

@ -151,5 +151,7 @@ return [
'subscribe_error_message' => 'Ýazylyşyk amala aşmady. Täzeden synanşmagyňyzy haýyş edýäris.',
'currency_code' => ' manat.',
'booking_fee_text' => 'Her bilet üçin hyzmat ýygymy '
'booking_fee_text' => 'Her bilet üçin hyzmat ýygymy ',
'checkout_fail_title' => 'Sorry',
'checkout_fail_text' => 'Checkout failed!'
];

View File

@ -1,16 +1,24 @@
@extends('Shared.Layouts.BilettmLayout',['folder' => 'desktop'])
@section('content')
{{-- @include('desktop.ViewEvent.Partials.HeaderSection')--}}
{{--@include('Public.ViewEvent.Partials.EventShareSection')--}}
{{\DaveJamesMiller\Breadcrumbs\Facades\Breadcrumbs::render('about',trans('ClientSide.checkout_fail_title'))}}
<section id="intro" class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1 property="name" style="font-weight: bold">Bagyshlan</h1>
<p>
Toleginiz barada maglumatlar entak gelenok. gelenson biletleri emailinize 10 minudyn dowamynda ugradarys.
egerde bu wagt caginde biletleriniz gelmedik bolsa administrasia yuz tutmagynyzy hayys edyaris.
<div class="row mt-5 pt-5">
<div class="justify-content-center my-5 pt-5">
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="240" viewBox="0 0 240 240">
<g id="_x31_3-Info_Box" transform="translate(0 0)">
<path id="Path_448" data-name="Path 448" d="M110.235.388C52.643,4.939,5.79,51.177.518,108.707a119.8,119.8,0,0,0,13.142,66.9,28.666,28.666,0,0,1,1.448,23.185L0,240l43.655-14.553a28.5,28.5,0,0,1,21.948,1.51,119.809,119.809,0,0,0,66.8,12.418c57.074-5.748,102.679-52.411,107.205-109.594A120.03,120.03,0,0,0,110.235.388Z" transform="translate(0 0)" fill="#d33d33"/>
<ellipse id="Ellipse_164" data-name="Ellipse 164" cx="99.257" cy="99.258" rx="99.257" ry="99.258" transform="translate(20.486 21)" fill="#fff"/>
<ellipse id="Ellipse_165" data-name="Ellipse 165" cx="12" cy="12.5" rx="12" ry="12.5" transform="translate(107.742 49.118)" fill="#e83132"/>
<path id="Path_449" data-name="Path 449" d="M38.387,117.969h0A12.386,12.386,0,0,1,26,105.581V35.387A12.386,12.386,0,0,1,38.387,23h0A12.386,12.386,0,0,1,50.774,35.387v70.194A12.386,12.386,0,0,1,38.387,117.969Z" transform="translate(81.613 72.306)" fill="#e83132"/>
</g>
</svg>
</div>
<div class="col-md-12 text-center mb-5 pb-5">
<h1 property="name" style="font-weight: bold">@lang('ClientSide.checkout_fail_title')</h1>
<p class="pb-5 mb-5">
@lang('ClientSide.checkout_fail_text')
</p>
</div>
</div>