@extends('layouts.admin.master') @section('tab-name','لیست نمونه کارها') @section('content')
{{-- --}} @forelse($work_samples as $item) {{-- --}} @empty @endforelse
#چیدمانتصویر عنوان نمونه کار نام نمونه کار وضعیت عملیات
{{ $loop->iteration }}
{{ $item->title }}
{{ $item->title }} {{ $item->name }} @if($item->is_active) فعال @else غیرفعال @endif
@csrf @method('DELETE')
هیچ نمونه کاری یافت نشد.
@stop @push('scripts') {{-- --}} {{-- --}} @endpush