@extends('layouts.app') @section('title', Options::get('title') ) @section('head_scripts') @stop @section('content')

Didn’t find what you want? Open a ticket now!

We are very responsive in our service. You will get reply within 24 hours.

@include('partials.site.ticket_form')
@include('partials.site.faq')
@endsection {{-- Include scripts --}} @section('script') {{-- Including tinymce plugin load script --}} @include('partials.site.homepage_tinymce_script') @stop