@extends('web.layouts.main') @section('content')
{{$title}}
{{$title}}

{{__('contacts.contact_with_us_now')}}

{{__('contacts.contact_with_us_now_2')}}
@csrf
@if($branche)
{{__('branches.phone')}}
{{$branche->phone}}
{{__('branches.email')}}
{{__('branches.address')}}
{{$branche->address}}
{{__('contacts.Follow-Us')}}
{!!$branche->map!!}
@endif
@endsection @section('inner_js') @endsection