@extends('adminlayout.admin') @section('content')
{{-- @if(Auth::user()->hasRole('super_admin')) Add @endif--}}


ONLINE PRODUCT LIST

@if(Session::has('message'))

{{ Session::get('message') }}

@endif
@php $i=1; @endphp @foreach($cartproducts as $data) @php $i++; @endphp @endforeach
S.no Item Product Name Model Name Warranty Color Price Offer Price Image Description Action
{{$i}} Edit Delete
@endsection