@extends('admin.layouts.admin') @section('title') بر اساس عملکرد @endsection @section('style') @endsection @section('script') @endsection @section('content')
لیست عملکردها ({{ $types->total() }})
افزودن
@foreach ($types as $key => $type) @endforeach
# عنوان تصویر بنر عملیات
{{ $types->firstItem() + $key }} {{ $type->title }}
{{ $types->render() }}
@include('admin.functionalType.modal') @include('admin.functionalType.alertModal') @endsection