LEMBAR PERSIAPAN MENYULUH (LPM)
Judul:{{ $lpm->topik }}
Tujuan:{{ $lpm->lpm_data['tujuan'] ?? '-' }}
Metode:{{ $lpm->lpm_data['metode'] ?? '-' }}
Media:{{ $lpm->lpm_data['media'] ?? '-' }}
Waktu:90 menit
Alat Bantu:Proyektor, Laptop, Materi Cetak
NO POKOK KEGIATAN URAIAN KEGIATAN WAKTU KETERANGAN
1 {{ $lpm->lpm_data['judul_pendahuluan'] ?? 'Pendahuluan' }}
    @foreach(explode("\n", $lpm->lpm_data['pendahuluan'] ?? '') as $line) @if(trim($line))
  • {{ trim(str_replace(['1.', '2.', '3.', '-', '*'], '', $line)) }}
  • @endif @endforeach
{{ $lpm->lpm_data['waktu_pendahuluan'] ?? '-' }} Membuka sesi dengan pengantar tujuan penyuluhan.
2 {{ $lpm->lpm_data['judul_inti'] ?? 'Materi Inti' }}
    @foreach(explode("\n", $lpm->lpm_data['inti'] ?? '') as $line) @if(trim($line))
  • {{ trim(str_replace(['1.', '2.', '3.', '4.', '5.', '-', '*'], '', $line)) }}
  • @endif @endforeach
{{ $lpm->lpm_data['waktu_inti'] ?? '-' }} Memberikan penjelasan mendalam tentang aspek budidaya.
3 {{ $lpm->lpm_data['judul_penutup'] ?? 'Pengakhiran' }}
    @foreach(explode("\n", $lpm->lpm_data['penutup'] ?? '') as $line) @if(trim($line))
  • {{ trim(str_replace(['1.', '2.', '3.', '-', '*'], '', $line)) }}
  • @endif @endforeach
{{ $lpm->lpm_data['waktu_penutup'] ?? '-' }} Menutup sesi dengan merangkum poin penting.

Mengetahui,
{{ $lpm->user->jabatan_pimpinan ?? 'Koordinator Penyuluh' }}
@if(isset($lpm->user->ttd_pimpinan) && $lpm->user->ttd_pimpinan) @endif
{{ $lpm->user->nama_pimpinan ?? '...............................................' }}
NIP. {{ $lpm->user->nip_pimpinan ?? '........................................' }}
{{ $lpm->user->city ? \Illuminate\Support\Str::title($lpm->user->city->name) : '........................' }}, {{ \Carbon\Carbon::parse($lpm->tanggal_pelaksanaan)->translatedFormat('d F Y') }}
Penyuluh Pertanian,
@if(isset($lpm->user->ttd_penyuluh) && $lpm->user->ttd_penyuluh) @endif
{{ $lpm->user->name ?? '....................................' }}
NIP. {{ $lpm->user->nip ?? '.........................' }}