@extends('admin.layouts.app') @section('content')

{{ $page_title }}

@forelse ($list as $key=> $data) @empty @endforelse
# Image Product Name Category Price Discount Price Description Status Action
{{ $key + 1 }} {{$data->name }} {{$data->getCategory->name}} {{$data->price }} {{$data->dis_price}} {{ $data->description }}
status == 1) checked @endif>

Opps!! There Are No Data Found..
{{ $list->links() }}
@endsection @push('scripts') @endpush