@extends('admin/admin_master') @section('admin')

All Products

All Products

@php $i=1; @endphp @foreach($products as $item) @endforeach
# Name in English Name in Tamil Category Image Post Date Action
{{ $i++ }} {{ ucwords($item['product_name_english']) }} {{ ucwords($item['product_name_tamil']) }} {{ ucwords($item['product_category']) }} {{ date('d-m-Y', strtotime($item['created_at'])) }}    @if($item['status'] == 1)    @endif @if($item['status'] == 0)    @endif
@endsection