@extends('front.layout.master') @section('content')

@lang('front.contactUs')

@foreach(\App\Models\Branche::where('status',1)->get() as $branch) {{-- @dd($branch)--}}
  • @lang('front.address') : {{$branch->address}}
  • @lang('front.phone') : {{$branch->phone}}
  • @lang('front.email') : {{$branch->phone}}
@endforeach

@lang('front.Follow_us_on_social_media')


  • @lang('front.email') : {{setting('site_email')}}
  • {{-- --}} {{-- --}} {{-- --}}
    @if(session('success'))
    {{session('success')}}
    @endif
    @csrf @method('post')

    @endsection