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