@extends('layouts.participant') @section('title') Upload Laporan @endsection @section('customStyle') @endsection @section('content')
@csrf @method('post')

LAPORAN ENTREPRENEUR
PKKP {{date('Y')}}

@if(session('status'))
@if (session('status')) Berhasil membuat laporan! @endif
@endif
@error('jumlah_penduduk_le') @enderror
@error('bulan_le') @enderror

@error('peluang_usaha_le') @enderror
@error('rencana_usaha_le') @enderror
@error('eksekusi_le') @enderror
@error('value_proposition_le') @enderror
@error('customer_segment_le') @enderror
@error('strategi_promosi_le') @enderror
@error('strategi_distribusi_le') @enderror
@error('jumlah_pembeli_pelanggan_le') @enderror
@error('jumlah_pembeli_baru_le') @enderror
@error('strategi_membina_hubungan_le') @enderror
@error('pendapatan_utama_le') @enderror
@error('pendapatan_lain_le') @enderror
@error('pengeluaran_tetap_le') @enderror
@error('pengeluaran_tidak_tetap_le') @enderror
@error('mitra_tetap_le') @enderror
@error('mitra_tidak_tetap_le') @enderror
@error('asset_berwujud_le') @enderror
@error('asset_tidak_berwujud_le') @enderror
@error('keterangan_hasil_usaha_le') @enderror
{{--
@error('file') {{ $message }} @enderror
--}}
Kembali

Laporan Tersimpan :

@foreach ($reports as $key => $report) @endforeach
No. Judul Komentar Mentor Status Aksi
{{$key + 1}} Laporan Entrepreneur {{$report->bulan_le}}-{{$report->tahun_le}} {{$report->komentar_mentor_le}} @if ($report->status == '0') Belum Diverifikasi @else Sudah Diverifikasi @endif file_le)}}">
@endsection @section('script') @if (Session::has('status') && Session::get('status') == 'has-report') @elseif (Session::has('status') && Session::get('status') == 'invalid-month') @endif @if (Session::has('sudah_ada') && Session::get('sudah_ada') == true) @endif @if (Session::has('gagal') && Session::get('gagal') == true) @endif @if (Session::has('berhasil_upload') && Session::get('berhasil_upload') == true) @endif @if (Session::has('input_kurang') && Session::get('input_kurang') == true) @endif @endsection