@extends('layouts.AdminMaster') @yield('sessions') @section('content')
    

Item Details

{{-- --}} {{-- --}} {{-- --}} {{-- --}}
Farmer Name {{$farmer->title." ".$farmer->name}}
Farmer Phone {{$farmer->phone}}
Item {{$item->item_name}}
Approx Qty in Stock {{$item->qty.$item->unit}}
Cost {{number_format($item->cost,2)}}
Selling Price {{number_format($item->price,2)}}
Plant Date {{date("d-m-Y", strtotime($item->PlantedDate))}}{{$item-}}
Harvest Date {{date("d-m-Y", strtotime($item->DeliveryDate))}}{{$item-}}
Maximum Keepable Date {{date("d-m-Y", strtotime($item->maximumKepdate))}}{{$item-}}
Images @foreach($images as $image) {{-- {{$image}} --}} @endforeach {{$item-}}

Send Request

{!! csrf_field() !!}
DeliveryDate))}}" id="delieveryDate" placeholder="" name="delieveryDate" required="">
{{--
--}}
{{-- Live dem --}} @section('scripts') @endsection @endsection