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

Request For Quote

California Computer Comapny , We are well-versed in a variety of operating systems, networks, and databases. We use this expertise to help our customers with a variety of small to mid-sized projects. Many companies find that constant maintenance eats into their budget for new technology.

Request for Quote Image
@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
@endsection @section('end-scripts') @endsection