@extends('layout.front') @section('css_page_level') @endsection @section('page-content')

熱門店家-{{$store->title}}


@if($store->address != '') @endif @if($store->tel != '') @endif @if($store->fax != '') @endif @if($store->location != '') @endif @if($store->contact != '') @endif @if($store->mobile != '') @endif @if($store->web != '') @endif @if($store->opening != '') @endif @if($store->vat_num != '') @endif @if($store->email != '') @endif @if($store->bus_area != '') @endif @if($store->note != '') @endif @if($store->safe_note != '') @endif @if($store->file != '') @endif @if($store->content != '') @endif

公司標誌:

@if($store->cover_img != '') @else @endif

公司地址:

{{ $store->address }}

連絡電話:

{{ $store->tel }}

傳真:

{{ $store->fax }}

所屬縣市:

{{ $store->location }}

聯絡人/單位:

{{ $store->contact }}

聯絡人電話:

{{ $store->mobile }}

公司網站:

{{ $store->web }}

營業時間:

{{ $store->opening }}

公司統編:

{{ $store->vat_num }}

E-MAIL:

{{ $store->email }}

營業項目:

{{ $store->bus_area }}

備註:

{{ $store->note }}

安全事項:

{{ $store->safe_note }}

下載附件:

{{ $original_filename }}

公司簡介:

@if($store->image1 != '') @else @endif @if($store->image2 != '') @else @endif @if($store->image3 != '') @else @endif @if($store->image4 != '') @else @endif @if($store->image5 != '') @else @endif

Google Map

@endsection @section('plugins_page_level') @endsection @section('js_page_level') @endsection