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

@inject('setting','anlutro\LaravelSettings\Facade') {{ $setting::get('system_name','全方位建築智慧化管理系統') }} {{ $setting::get('company_name','新保科技') }}

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

公司標誌:

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

公司地址:

{{ $firm->address }}

連絡電話:

{{ $firm->tel }}

傳真:

{{ $firm->fax }}

所屬縣市:

{{ $firm->location }}

聯絡人/單位:

{{ $firm->contact }}

聯絡人電話:

{{ $firm->mobile }}

公司網站:

{{ $firm->web }}

營業時間:

{{ $firm->opening }}

公司統編:

{{ $firm->vat_num }}

E-MAIL:

{{ $firm->email }}

營業項目:

{{ $firm->bus_area }}

備註:

{{ $firm->note }}

安全事項:

{{ $firm->safe_note }}

下載附件:

{{ $original_filename }}

公司簡介:

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

Google Map

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