@extends('master.front') @section('title') {{'Location'}} @endsection @section('meta') @endsection @section('content')
{!! $d->address !!}
@foreach(explode(' ', $d->tel) as $tel)
@php
$tel_clean = str_replace('-', '', $tel); // ตัดขีดออก
@endphp
{{ $tel }}
@endforeach
@foreach(explode(' ', $d->tel2) as $fax)
@php
$fax_clean = str_replace('-', '', $fax); // ตัดขีดออก
@endphp
{{ $fax }}
@endforeach