@extends('Manager.Master') @section("title") بنرها @stop @section('content')

لیست بنرها

@php if(!$banners->isempty()){ $count = $banners->currentPage() * 10 - 10; @endphp @foreach($banners as $item) @php $count++ @endphp @endforeach @php } else { @endphp @php } @endphp
# عنوان توضیحات نمایش
{{ $count }} {{ $item->description?? " --- "}} {{ $item->title??''}}
* موردی یافت نشد - -
@stop @section("footer")