@extends('layouts.app') @section('title', __('pages.branches.title')) @section('content')

{{ __('pages.branches.title') }}

{{ __('pages.branches.intro') }}

@foreach ($groups as $governorate => $branches)

{{ config("shop.governorates.{$governorate}." . app()->getLocale(), $governorate) }}

@foreach ($branches as $branch) @endforeach
@endforeach
@endsection