@extends('backend.partials.master') @section('title') Products @endsection @section('maincontent') Products Reports {{-- Customer * Select Customer @foreach($customers as $customer) id) selected @endif>{{ $customer->name }} @endforeach Search --}} SR NO Name SKU Status Category @endsection