@extends('layouts.lookatme') @section('title', trans('message.contact_us')) @section('content')

{{trans('message.contact_us')}}

@include('templates.lookatme.components.head-title',['title' => 'Shop location','fontStyle' => 'tw-text-2xl tw-font-bold'])
@if(!$branches->isEmpty()) @foreach($branches as $key => $branch)
{{ $branch->phone }}
{{ $branch->email }}
{{ $branch->street }}
@endforeach @endif
@endsection @section('script') @parent @endsection