@extends('layouts.master') @section('content')

Product List

Add
@include('sweetalert::alert') @php $i=0; @endphp @foreach ($result as $key) @php $category = category_data_multiple_ids($key->category_id); @endphp @endforeach
Sr No. Title Category Status Action
{{ ++$i }} {{ $key->title }} @foreach ($category as $c) {{$c->title}} @endforeach {{ $key->status=='1' ? 'Active' : 'Inactive' }} Delete
@endsection