@extends('layouts.app') @section('page-title', 'Home') @section('body-content')

Contact Us

Office Location
{{ config('constants.ADDRESS') }}
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


Need another security code? Click

{{--
--}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@include('sections.brands') @endsection @section('end-scripts') @endsection