@extends('master.front') @section('title') {{'Location'}} @endsection @section('meta') @endsection @section('content')
{!! $d->address !!}
@foreach(explode(' ',$d->tel) as $tel)
{{__($tel)}}
@endforeach
@foreach(explode(' ',$d->tel2) as $fax)
{{__($fax)}}
@endforeach