@extends('back.layouts.app', ['title' => $title]) @section('beforeHeadClose') @include('back.common_views.switch_css') @endsection @section('content')
@include('back.common_views.quicklinks')

All Products

@forelse($products as $product) @empty @endforelse
Date Product Name Price Sell Product Status Action
{{ format_date($product->dated, 'date') }} {{ $product->product_name }} {{ '$' . currency_format($product->price) }} Edit Delete
No Record found!
@endsection @section('beforeBodyClose') @include('back.product.product_js') @include('back.product.add_edit_view') @endsection