@foreach($stores as $one)
@endforeach
@if($stores->count() == 0)
@endif
@if($one->cover_img != '')
@else
@endif
|
{{$one->title}}
營業項目:{{ $one->bus_area }}
簡介:{{ str_limit( strip_tags($one->content) , 30) }}
|
{{ $one->created_at }}
|
{!! $stores->render() !!}