@extends('layouts.app') @section('page-title', 'Home') @section('body-content') Contact Us Mail address {{ config('constants.PRIMARY_EMAIL') }} {{ config('constants.PHONE') }} Office Location {{ config('constants.ADDRESS') }} Phone Number {{ config('constants.PHONE') }} Why Choose Us Your Trusted Technology Partner we are dedicated to providing our customers with the best technology solutions available.We make technology accessible with affordable prices and a wide product range. Trusted supplier of new and refurbished IT equipment. Wide range of products from leading brands. Fast and reliable shipping for all orders. Competitive pricing on all products. Commitment to excellence. @if (session('success')) {{ session('success') }} @elseif(session('error')) {{ session('error') }} @endif @csrf {{ old('message') }} Need another security code? Click {{-- Save my name, email, and website in this browser for the next time. --}} @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Send Messege Send Messege @include('sections.brands') @endsection @section('end-scripts') @endsection
Need another security code? Click