@extends('web.layouts.app') @push('page_vendor_css') @endpush @push('page_styles') @endpush @section('title') {{ $Event->name }} | {{ $GeneralSettings->name }} @endsection @section('header-content')
{{ $Event->description }}
@endsection @section('content') {{-- {!! $EventPage->body !!} --}} @endsection @push('page_scripts_vendors') @endpush @push('page_scripts') @endpush