@extends('admin.layout.index') @section('title') بنرها @endsection @section('style') @endsection @section('content')

مدیریت بنرها

@forelse ($banners as $key => $banner) @empty @endforelse
# تصویر دسکتاپ تصویر موبایل عنوان متن لینک متن دکمه عملیات
{{ $banners->firstItem() + $key }}
{{ $banner->title ?: '—' }}
{{ $banner->text ?: '—' }}
@if($banner->button_text) {{ $banner->button_text }} @else @endif

بنری یافت نشد

هنوز هیچ بنری ایجاد نکرده‌اید

@endsection