@extends('layouts.console') @section('title','バナー管理')@section('console','運営管理')@section('heading','バナー管理') @section('who','管理者')@section('logout', route('admin.logout')) @section('nav')@include('admin._nav')@endsection @section('content') バナー一覧 画像は外部URL もしくはサーバ内パス(FTPで /public_html/banner-uploads/ 等に置いて相対パスを指定)。表示位置: {{ implode(' / ',$positions) }}。 @forelse($banners as $b) @csrf #{{ $b->id }} 位置 @foreach($positions as $k=>$label)position===$k)>{{ $label }}@endforeach 順 is_active)> 公開 タイトル 画像URL/パス リンク先URL 掲載開始 掲載終了 広告テキスト(任意) @if($b->image)プレビュー:@endif 保存 削除 @empty バナー未登録 @endforelse + 新規バナー @csrf 位置 @foreach($positions as $k=>$label){{ $label }}@endforeach 順 公開 タイトル 画像URL/パス リンク先URL 掲載開始 掲載終了 追加 お知らせ(参考表示) 日付タイトル公開 @forelse(\App\Models\News::latest()->get() as $n) {{ optional($n->published_at)->format('Y-m-d') }}{{ $n->title }}{{ $n->is_published?'公開':'下書き' }} @empty お知らせ未登録 @endforelse @endsection
画像は外部URL もしくはサーバ内パス(FTPで /public_html/banner-uploads/ 等に置いて相対パスを指定)。表示位置: {{ implode(' / ',$positions) }}。
/public_html/banner-uploads/