@extends('layouts.app') @section('keywords', '') @section('description', '') @section('content')
First slide

CONTACT US

Hello {{ Auth::user()->first_name . ' ' . Auth::user()->last_name }} ({{ Auth::user()->username }})

{{-- --}} Back

{{ $content['page_title'] ?? '' }}

Hello {{ Auth::user()->username }}

{{--

Please Contact An ADMIN

--}}

{{ $data->content['first_heading'] ?? '' }}

{{--

(Chris or Elliott)

--}}

{{ $data->content['second_heading'] ?? '' }}

{{ $data->content['third_heading'] ?? '' }}

{{ $data->content['forth_heading'] ?? '' }} {{ $data->content['fifth_heading'] ?? '' }}

{{ $data->content['sixth_heaing'] ?? '' }}

{{ $data->content['seventh_heading'] ?? '' }}

@endsection