@extends('admin.layouts.app') @section('content')
@if (Session::get('success'))
{{ Session::get('success') }}
@endif @foreach($data as $key => $item) @endforeach
# Kishan Category Sub Category Grain/Seeds Color Size Type Qty. Price Action
{{ ++$key }}. {{ $item->userName }} {{ $item->categoryName }} {{ $item->subCategoryName }} {{ $item->seedsName }} {{ $item->seedColor }} {{ $item->seedSize }} {{ $item->seedType }} {{ $item->quantity }} {{ $item->unit }} {{ number_format((float)$item->price, 2, '.', '') }}
@csrf
@endsection