@extends('backend.layout.master') @section('backend-head') @endsection @section('backend-main') @if (session()->has('done'))

{{ session()->get('done') }}

@endif

تمييز المنتجات

منتجات تحت التمييز
@foreach ($stars as $star) @endforeach
ID عنوان المنتج عدد الأيام اسم المحول خيارات
{{ $star->id }} {{ $star->product->title }} {{ $star->days }} {{ $star->name }}
  • التفاصيل
  • @if ($star->status == 0)
  • {{ csrf_field() }} {{ method_field('put') }}
  • @endif
  • {{ csrf_field() }} {{ method_field('DELETE') }}
@endsection @section('backend-footer') @endsection