@extends('layouts.admin') @section('content')
@lang('keyword.add-new')ក្រុមផលិតផល
@if(\Illuminate\Support\Facades\Session::has('success'))
{{ Session::get('success') }}
@elseif(\Illuminate\Support\Facades\Session::has('warning'))
{{ Session::get('warning') }}
@endisset @if($group)
@else @endif @csrf
ក្រុមផលិតផល
@foreach($groups as $group) @endforeach
No ឈ្មោះ ប្រភេទ @lang('keyword.created_at') ស្ថានភាព @lang('keyword.action')
{{ $loop->iteration }} {{ $group->title }} {{ $group->getCategory->title }} {{ $group->created_at }}
getGroup->id === $group->id) @if($product->status === 1) checked @else @endif @else checked @endif @endforeach name="ios" data-id="{{ $group->id }}" id="{{ $group->id }}" />
@endsection