@extends('layout.app') @section('content')

{{ array_key_exists('home_heading', $settings) ? $settings['home_heading'] : "Take care of your performance every day." }}

{{ array_key_exists('home_tag_line', $settings) ? $settings['home_tag_line'] : "Build a well-presented brand that everyone will love. Take care to develop resources continually and integrity them with previous projects." }}

{{--
--}}
@for ($i = 0; $i < 3; $i++)
@if (array_key_exists('home_step_image'.($i+1), $settings)) @else @endif

{{ array_key_exists('home_step_title'.($i+1), $settings) ? $settings['home_step_title'.($i+1)] : "Change of access" }}

{{ array_key_exists('home_step_desc'.($i+1), $settings) ? $settings['home_step_desc'.($i+1)] : "Take care to develop resources continually and integrity them with previous projects." }}

@endfor

{{ array_key_exists('home_app_title', $settings) ? $settings['home_app_title'] : "Get our Free Mobile App" }}

{{ array_key_exists('home_app_desc', $settings) ? $settings['home_app_desc'] : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque massa nibh, pulvinar vitae aliquet nec, accumsan aliquet orci." }}

User Apps
@if (config('constants.store_link_ios_user') != '#') @endif @if (config('constants.store_link_android_user') != '#') @endif
Provider Apps
@if (config('constants.store_link_ios_provider') != '#') @endif @if (config('constants.store_link_android_provider') != '#') @endif
@endsection