@extends('shared.admin') @section('content')

Products

All Products

@for ($i = 0; $i < count($list); $i++) @php $m = $list[$i]; @endphp @endfor
ID Image Name Created Status Action
{{ (($current_page - 1) * $page_size + $i + 1) }}
{{ $m->{'title:vi'} }} {{ $m->created_at }} @if($m->status == 1) Active @else InActive @endif @if ($m->hasTranslation('en')) @else @endif $m->id]) }}")' title="Delete" title="">
@endsection