@extends('web.layouts.main') @section('content')

{{__('web.contactus')}}

{{__('web.contact_now')}}

{{__('web.contact_desc')}}

@foreach($branches as $row) @endforeach

{{__('web.send')}} {{__('web.message')}}

@CSRF
@foreach($branches as $row) @endforeach
@push('js') @endpush @stop