Attendize/resources/views/mobile/Pages/ViewOrderPage.blade.php

18 lines
574 B
PHP
Raw Normal View History

2020-02-21 13:44:46 +00:00
@extends('Shared.Layouts.BilettmLayout',['folder' => 'mobile'])
@section('content')
{{-- @include('desktop.ViewEvent.Partials.HeaderSection')--}}
{{--@include('Public.ViewEvent.Partials.EventShareSection')--}}
<section id="intro" class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1 property="name" style="font-weight: bold">{{$event->title}}</h1>
</div>
</div>
</section>
@include('desktop.Partials.ViewOrderSection')
@include('desktop.Partials.FooterSection')
@stop