@extends('layouts.app') @section('head') @endsection @section('header')
〈返回
特約商店
@endsection @section('content')
@forelse ($datas as $data)

店名:{{ $data->name }}

住址:{{ $data->address }}

電話:{{ $data->tel }}

@if(!empty($data->weburl))

網址:{{ $data->weburl }}

@endif

簡介:{{ $data->introinfo }}

@empty
目前無任何資料
@endforelse @endsection