2020-02-13 14:42:34 +00:00
|
|
|
@extends('Shared.Layouts.BilettmLayout',['folder' => 'desktop'])
|
2019-09-23 10:35:40 +00:00
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
|
2020-02-12 11:00:54 +00:00
|
|
|
{{-- @include('desktop.ViewEvent.Partials.HeaderSection')--}}
|
2019-09-23 10:35:40 +00:00
|
|
|
{{--@include('Public.ViewEvent.Partials.EventShareSection')--}}
|
2020-02-04 13:07:43 +00:00
|
|
|
<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>
|
2020-02-13 14:17:16 +00:00
|
|
|
@include('desktop.Partials.ViewOrderSection')
|
|
|
|
|
@include('desktop.Partials.FooterSection')
|
2020-02-04 13:07:43 +00:00
|
|
|
|
2019-09-23 10:35:40 +00:00
|
|
|
@stop
|