@extends('layouts.front-end.app') @section('title', translate('Branches')) @push('css_or_js') @endpush @section('content')
{{$branch->address}}
@foreach(json_decode($branch->phones) as $key => $phone){{translate('Phone')}} {{$key + 1}} : {{$phone}}
@endforeach {{translate('Get Directions')}}