@extends('web.layouts.main') @section('content') {{$title}} {{$title}} {{__('contacts.contact_with_us_now')}} {{__('contacts.contact_with_us_now_2')}} @csrf {{__('contacts.name')}} {{__('contacts.email')}} {{__('contacts.phone')}} {{__('contacts.subject')}} {{__('contacts.message')}} {{__('contacts.send')}} @foreach($branches as $value) {{$value->title ?? ""}} @endforeach @if($branche) {{__('branches.phone')}} {{$branche->phone}} {{__('branches.email')}} {{$branche->email}} {{__('branches.address')}} {{$branche->address}} {{__('contacts.Follow-Us')}} {!!$branche->map!!} @endif @endsection @section('inner_js') @endsection