@extends('layouts.app') @section('title', __($title).'|'.config('app.name')) @section('content')
{{ __('ホーム') }} > {{ __($title) }}
@foreach($pages as $s=>$label) $s===$slug])>{{ __($label) }} @endforeach

{{ __($title) }}

@if(View::exists('public.static.'.$slug)) @include('public.static.'.$slug) @else

({{ __($title) }}{{ __('の本文。リニューアル時に正式な文面を設定します。') }})

@endif
@endsection