@extends('Dealership.includes.layout') @section('title', 'Dealerships') @section('page-name', 'Dealerships') @section('page-detail', 'All Listed Dealerships') @section('body')
{{-- @if($products->isEmpty())--}} {{--

No Product Added Yet!

--}} {{-- @else--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($products as $product)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
CodeNameNumberStatusDateAction
{{$product->code}}{{$product->name}}{{$product->number}}--}} {{-- @if($product->status === '2')--}} {{-- Active--}} {{-- @elseif($product->status === '1')--}} {{-- Inactive--}} {{-- @else--}} {{-- Pending--}} {{-- @endif--}} {{-- {{$product->created_at->format('d-m-y')}}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @endif--}}
@endsection {{--@section('custom-scripts')--}} {{-- --}} {{--@endsection--}}