@extends('frontend.layouts.app') {{-- content --}} @section('content')
{{-- アラートセクション --}}
{{-- /.アラートセクション --}} @if (count($content_list[0]) > 0) {{-- イントロセクション --}}
@foreach($content_list[0] as $i => $content)
Placeholder

Heading

Some representative placeholder content for the three columns of text below the carousel. This is the first column.

View details »

@endforeach

{{-- /.イントロセクション --}} @endif @if (count($content_list[1]) > 0) {{-- 医師セクション --}}
@foreach($content_list[1] as $i => $content)
{{ $content['title'] }}

{{ $content['author'] }} {{ $content['belongto'] }}

{{-- --}}
@endforeach

{{-- /.医師セクション --}} @endif @if (count($content_list[2]) > 0) {{-- スポンサーセクション --}}

ランチョンセミナー

@foreach($content_list[2] as $i => $content)
{{ $content['title'] }}

{{ $content['author'] }} {{ $content['belongto'] }}

{{-- --}}
@endforeach

{{-- /.スポンサーセクション --}} @endif
{{-- modal --}} {{--
--}} {{-- /.modal --}} @endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop