@extends('theme.default') @section('content')
@if(session()->get('success'))
{{ session()->get('success') }}
@endif
New Products

Products

@foreach($products as $products) @endforeach
Title Category Tax Price OfferPercentage Action
{{$products->title}} {{$category[$products->category]}} {{$products->tax}} {{$products->price}} {{$products->offerpercentage}} Edit
@endsection