@extends('layouts.heading-page') @section('title') Support - @endsection @section('seo_keywords') @endsection @section('seo_description') @endsection @section('css') @endsection @section('breadcrumbs') Support/Sales Inquiry @endsection @section('page-main')

Sales Inquiry

@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if ($message = Session::get('success'))
{{ $message }}
@endif
@endsection @section('script') @endsection