@extends('front.layouts.app') @section('css') @endsection @section('content') {{__('front.home-Keep On Touch')}} {{__('front.home-Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical')}} {{getSettingValue('email')}} {{getSettingValue('phone')}} {{getSettingValue('address_'.app()->getLocale())}} @csrf {{__('front.home-Contact With Us')}} @include('vendor.errors') @error('name') {{ $message }} @enderror @error('phone') {{ $message }} @enderror @error('email') {{ $message }} @enderror {{__('front.home-Select Department')}} @foreach (departments() as $key => $item) {{$item}} @endforeach {{__('front.home-Select Service')}} @foreach (services() as $key => $item) {{$item}} @endforeach @error('message') {{ $message }} @enderror {{__('front.home-Send')}} {!! getSettingValue('address_map') !!} {{-- --}} @endsection @section('js') @endsection