@extends('layouts.app') @section('content') @php $buttonData = array( 'label' => 'Link test', ); @endphp

Products

@php if( count($products) > 1) $count = 'products'; else $count = 'product'; @endphp

You have total {{ count($products) }} {{ $count }}.

Name Price Brand Categories Status Created at Action
@php $filterAction = array( array( 'label' => 'Clear Filter', 'type' => 'danger resetFilter', 'click' => '', ), array( 'label' => 'Submit', 'type' => 'primary', 'click' => '', ) ); @endphp
@csrf
@endsection @push('footerScripts')