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

Hire Us

Got a project to discuss? Get in touch.

Address

Srijana Chowk, Pokhara

Follow Us

Drop us a line

Use the form below or send us an email.

{{-- @if (session()->has('message') || count($errors) > 0)
@if (session()->has('message'))
Your message has been sent! We will reply you as soon as possible.
@endif @if(count($errors) > 0)
Something went wrong. Please contact us directly at info@businessbasket.com.np. @foreach($errors->all() as $error) {{ $error }} @endforeach
@endif
@endif --}}
{{--
--}} {{--
--}} @endsection