@extends('layouts/blankLayout') {{-- Set the page title to company_name --}} @section('title', $company_name ?? 'Help Center') @section('page-style') @endsection @section('content')

{{ $company_name ?? 'Company' }}

Common troubleshooting topics: eCommerce, Blogging to payment

Still need help?

Our specialists are always happy to help. Contact us during standard business hours or email us 24/7 and we'll get back to you.

@endsection @section('page-script') @endsection