@extends('layouts.base') @section('content')

Pengurusan Tanaman

{{-- Display Tuan Kebun --}} @if (auth()->user()->role === 'Tuan_Kebun')

Tanaman Semasa #{{ $plantations->id }}

{{ $plantations->created_at->format('d-m-Y') }}

@if ($plantations->status == 'Baru') Tanaman Baru @elseif($plantations->status == 'Proses Tanam') Dalam Kerja @elseif($plantations->status == 'Tanam') Tanam @elseif($plantations->status == 'Tuai Hasil') Tuai Hasil @elseif($plantations->status == 'Kira Hasil') Kira Hasil @elseif($plantations->status == 'Selesai') Selesai @endif

Ditugaskan Kepada

 
{{ $plantations->penanam->name }} & {{ $plantations->pengait->name }}

Tarikh Tugasan

{{ $plantations->plant_date }} Sehingga {{ $plantations->harvest_date }}

Maklumat Kebun

{{ $plantations->farm->name }}

{{ $plantations->quantity_plant }} Batang

{{ $plantations->farm->size }} ha

{{ $plantations->farm->address }}



Maklumat Tanaman

{{ $plantations->plantDetail->plant_type }}

{{ $plantations->plantDetail->plant_maturity }} Bulan

{{ $plantations->plant_date }}

{{ $plantations->harvest_date }}

 {{ $plantations->penanam->name }}

 {{ $plantations->pengait->name }}

@if ($plantations && $plantations->image_tanam) Papar Bukti @else Tiada Bukti Tanam Dimuat Naik @endif

@if ($plantations && $plantations->image_kait) Papar Bukti @else Tiada Bukti Kait Dimuat Naik @endif

Maklumat Baja

Baja {{ $plantations->tumbesaran->fertilizerDetail->fertilizerCategory->name }}

Nama Kategori Baja Quantiti Tempoh Membaja Kekerapan Membaja Tarikh Membaja
{{ $plantations->tumbesaran->fertilizerDetail->fertilizer_name }} {{ $plantations->tumbesaran->fertilizerDetail->fertilizerCategory->name }} {{ $plantations->tumbesaran->amount }}{{ $plantations->tumbesaran->amount_type }} {{ $plantations->tumbesaran->duration }} {{ $plantations->tumbesaran->frequency }} Kali
    @foreach (explode(',', $plantations->tumbesaran_date) as $date)
  • {{ trim($date) }}
  • @endforeach

Baja {{ $plantations->akar->fertilizerDetail->fertilizerCategory->name }}

Nama Kategori Baja Quantiti Tempoh Membaja Kekerapan Membaja Tarikh Membaja
{{ $plantations->akar->fertilizerDetail->fertilizer_name }} {{ $plantations->akar->fertilizerDetail->fertilizerCategory->name }} {{ $plantations->akar->amount }}{{ $plantations->akar->amount_type }} {{ $plantations->akar->duration }} {{ $plantations->akar->frequency }} Kali
    @foreach (explode(',', $plantations->akar_date) as $date)
  • {{ trim($date) }}
  • @endforeach

Baja {{ $plantations->buah->fertilizerDetail->fertilizerCategory->name }}

Nama Kategori Baja Quantiti Tempoh Membaja Kekerapan Membaja Tarikh Membaja
{{ $plantations->buah->fertilizerDetail->fertilizer_name }} {{ $plantations->buah->fertilizerDetail->fertilizerCategory->name }} {{ $plantations->buah->amount }}{{ $plantations->buah->amount_type }} {{ $plantations->buah->duration }} {{ $plantations->buah->frequency }} Kali

Baja {{ $plantations->matang->fertilizerDetail->fertilizerCategory->name }}

Nama Kategori Baja Quantiti Tempoh Membaja Kekerapan Membaja Tarikh Membaja
{{ $plantations->matang->fertilizerDetail->fertilizer_name }} {{ $plantations->matang->fertilizerDetail->fertilizerCategory->name }} {{ $plantations->matang->amount }}{{ $plantations->matang->amount_type }} {{ $plantations->matang->duration }} {{ $plantations->matang->frequency }} Kali
    @foreach (explode(',', $plantations->matang_date) as $date)
  • {{ trim($date) }}
  • @endforeach

@endif {{-- Display Penanam --}} @if (auth()->user()->job_type === 'Penanam' )

Tanaman Semasa #{{ $plantations->id }}

{{ $plantations->created_at->format('d-m-Y') }}

@if ($plantations->status == 'Baru') Tanaman Baru @elseif($plantations->status == 'Proses Tanam') Dalam Kerja @elseif($plantations->status == 'Tanam') Tanam @elseif($plantations->status == 'Tuai Hasil') Tuai Hasil @elseif($plantations->status == 'Kira Hasil') Kira Hasil @elseif($plantations->status == 'Selesai') Selesai @endif

Ditugaskan Kepada

 
{{ $plantations->penanam->name }}

Tarikh Tugasan

{{ $plantations->plant_date }}

Maklumat Kebun

{{ $plantations->farm->name }}

{{ $plantations->farm->category->name }}

{{ $plantations->farm->size }} ha

{{ $plantations->farm->address }}



Maklumat Tanaman

{{ $plantations->farm->category->name }} {{ $plantations->plantDetail->plant_type }}

{{ $plantations->plantDetail->plant_maturity }} Bulan

{{ $plantations->quantity_plant }} Batang

@if ($plantations && $plantations->image_tanam) Papar Bukti @else Tiada Bukti Tanam Dimuat Naik @endif

Maklumat Baja

Baja {{ $plantations->tumbesaran->fertilizerDetail->fertilizerCategory->name }}

Nama Kategori Baja Quantiti Tempoh Membaja Kekerapan Membaja Tarikh Membaja
{{ $plantations->tumbesaran->fertilizerDetail->fertilizer_name }} {{ $plantations->tumbesaran->fertilizerDetail->fertilizerCategory->name }} {{ $plantations->tumbesaran->amount }}{{ $plantations->tumbesaran->amount_type }} {{ $plantations->tumbesaran->duration }} {{ $plantations->tumbesaran->frequency }} Kali
    @foreach (explode(',', $plantations->tumbesaran_date) as $date)
  • {{ trim($date) }}
  • @endforeach

Baja {{ $plantations->akar->fertilizerDetail->fertilizerCategory->name }}

Nama Kategori Baja Quantiti Tempoh Membaja Kekerapan Membaja Tarikh Membaja
{{ $plantations->akar->fertilizerDetail->fertilizer_name }} {{ $plantations->akar->fertilizerDetail->fertilizerCategory->name }} {{ $plantations->akar->amount }}{{ $plantations->akar->amount_type }} {{ $plantations->akar->duration }} {{ $plantations->akar->frequency }} Kali
    @foreach (explode(',', $plantations->akar_date) as $date)
  • {{ trim($date) }}
  • @endforeach

Baja {{ $plantations->buah->fertilizerDetail->fertilizerCategory->name }}

Nama Kategori Baja Quantiti Tempoh Membaja Kekerapan Membaja Tarikh Membaja
{{ $plantations->buah->fertilizerDetail->fertilizer_name }} {{ $plantations->buah->fertilizerDetail->fertilizerCategory->name }} {{ $plantations->buah->amount }}{{ $plantations->buah->amount_type }} {{ $plantations->buah->duration }} {{ $plantations->buah->frequency }} Kali

Baja {{ $plantations->matang->fertilizerDetail->fertilizerCategory->name }}

Nama Kategori Baja Quantiti Tempoh Membaja Kekerapan Membaja Tarikh Membaja
{{ $plantations->matang->fertilizerDetail->fertilizer_name }} {{ $plantations->matang->fertilizerDetail->fertilizerCategory->name }} {{ $plantations->matang->amount }}{{ $plantations->matang->amount_type }} {{ $plantations->matang->duration }} {{ $plantations->matang->frequency }} Kali
    @foreach (explode(',', $plantations->matang_date) as $date)
  • {{ trim($date) }}
  • @endforeach

@endif {{-- Display Pengait --}} @if (auth()->user()->job_type === 'Pengait')

Tanaman Semasa #{{ $plantations->id }}

{{ $plantations->created_at->format('d-m-Y') }}

@if ($plantations->status == 'Baru') Tanaman Baru @elseif($plantations->status == 'Proses Tanam') Dalam Kerja @elseif($plantations->status == 'Tanam') Tanam @elseif($plantations->status == 'Tuai Hasil') Tuai Hasil @elseif($plantations->status == 'Kira Hasil') Kira Hasil @elseif($plantations->status == 'Selesai') Selesai @endif

Ditugaskan Kepada

 
{{ $plantations->pengait->name }}

Tarikh Tugasan

{{ $plantations->harvest_date }}

Maklumat Kebun

{{ $plantations->farm->name }}

{{ $plantations->farm->category->name }}

{{ $plantations->farm->size }} ha

{{ $plantations->farm->address }}



Maklumat Tanaman

{{ $plantations->farm->category->name }} {{ $plantations->plantDetail->plant_type }}

{{ $plantations->plantDetail->plant_maturity }} Bulan

{{ $plantations->quantity_plant }} Batang

@if ($plantations && $plantations->image_kait) Papar Bukti @else Tiada Bukti Tuai Dimuat Naik @endif

Maklumat Baja

Baja {{ $plantations->tumbesaran->fertilizerDetail->fertilizerCategory->name }}

Nama Kategori Baja Quantiti Tempoh Membaja Kekerapan Membaja Tarikh Membaja
{{ $plantations->tumbesaran->fertilizerDetail->fertilizer_name }} {{ $plantations->tumbesaran->fertilizerDetail->fertilizerCategory->name }} {{ $plantations->tumbesaran->amount }}{{ $plantations->tumbesaran->amount_type }} {{ $plantations->tumbesaran->duration }} {{ $plantations->tumbesaran->frequency }} Kali
    @foreach (explode(',', $plantations->tumbesaran_date) as $date)
  • {{ trim($date) }}
  • @endforeach

Baja {{ $plantations->akar->fertilizerDetail->fertilizerCategory->name }}

Nama Kategori Baja Quantiti Tempoh Membaja Kekerapan Membaja Tarikh Membaja
{{ $plantations->akar->fertilizerDetail->fertilizer_name }} {{ $plantations->akar->fertilizerDetail->fertilizerCategory->name }} {{ $plantations->akar->amount }}{{ $plantations->akar->amount_type }} {{ $plantations->akar->duration }} {{ $plantations->akar->frequency }} Kali
    @foreach (explode(',', $plantations->akar_date) as $date)
  • {{ trim($date) }}
  • @endforeach

Baja {{ $plantations->buah->fertilizerDetail->fertilizerCategory->name }}

Nama Kategori Baja Quantiti Tempoh Membaja Kekerapan Membaja Tarikh Membaja
{{ $plantations->buah->fertilizerDetail->fertilizer_name }} {{ $plantations->buah->fertilizerDetail->fertilizerCategory->name }} {{ $plantations->buah->amount }}{{ $plantations->buah->amount_type }} {{ $plantations->buah->duration }} {{ $plantations->buah->frequency }} Kali

Baja {{ $plantations->matang->fertilizerDetail->fertilizerCategory->name }}

Nama Kategori Baja Quantiti Tempoh Membaja Kekerapan Membaja Tarikh Membaja
{{ $plantations->matang->fertilizerDetail->fertilizer_name }} {{ $plantations->matang->fertilizerDetail->fertilizerCategory->name }} {{ $plantations->matang->amount }}{{ $plantations->matang->amount_type }} {{ $plantations->matang->duration }} {{ $plantations->matang->frequency }} Kali
    @foreach (explode(',', $plantations->matang_date) as $date)
  • {{ trim($date) }}
  • @endforeach

@endif @endsection