@extends('admin.layouts.admin') @section('title') index slider @endsection @section('style') @endsection @section('content')
لیست متن ها ({{ $animation_banners->total() }})
ایجاد متن
@foreach ($animation_banners as $key => $animation_banner) @endforeach
# عنوان دکمه متن لینک دکمه وضعیت عملیات
{{ $animation_banners->firstItem() + $key }} {{ $animation_banner->animation_text }} {{ $animation_banner->btn_text }} {{ $animation_banner->btn_link }} {{ $animation_banner->is_active ? 'فعال' : 'غیر فعال' }}
@csrf @method('DELETE')
{{ $animation_banners->render() }}
@endsection