@extends('layouts.admin-layout') @section('title', 'All Product ') @section('content')
@csrf

Product Section

{{--
--}} {{-- Profile Preview--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}

Product Section

@foreach($get_products as $product) @endforeach
S.N. Prnoduct Name Image status Action
{{ $loop->iteration }} {{$product->product_name}} {{$product->status === 1 ? 'Approve' : 'Not Approve'}}
@endsection @section('script') @endsection