@extends('admin.layouts.admin') @section('title') index banner @endsection @section('style') @endsection @section('content')
لیست بنر ها ({{ $banners->total() }})
{{-- --}} @foreach ($banners as $key => $banner) {{-- --}} @endforeach
# تصویرthumbnailعنوان متن لینک دکمه متن دکمه موقعیت نمایش عملیات
{{ $banners->firstItem() + $key }} --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{ $banner->title }} {{ $banner->text }} {{ $banner->button_link }} {{ $banner->button_text }} {{ $banner->position }}
{{ $banners->render() }}
@endsection