@extends('admin.layout.admin_layout') @section('content')

List

@include('admin.layout.message')

List

Add

@if(!empty($productlist)) @foreach($productlist as $blog) @endforeach @endif
Sl.No. Image Name Orginal Price Sale Price Quantity Action
{{$i}} {{$blog['product_name']}} {{$blog['product_orgprice']}} {{$blog['product_saleprice']}} {{$blog['product_quantity']}}
Sl.No. Image Name Orginal Price Sale Price Quantity Action
@endsection @push('scripts') @endpush