@extends('layouts.adminLayouts') @section('head') @stop @section('content-header')

مدیریت لیست اصلی

{{ Breadcrumbs::render('homes.index') }}
@stop @section('content')
اسلایدر جدید
@foreach($lists as $list) @endforeach
# نام وضعیت عملیات
{{ $list->name }}
ویرایش حذف
{!! $lists->links('vendor.pagination.pagination-admin') !!}
@stop @section('footer') @stop