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

DATA BISNIS

@if( session('status') == 'berhasil' )
@if ( session('status') == 'berhasil' ) Update Data Berhasil! @endif
@endif
@error('nama_bisnis') @enderror
@error('bentuk_bisnis') @enderror
@error('jenis_bisnis') @enderror
@error('tahun_berdiri_bisnis') @enderror
@error('omset_bisnis') @enderror
@error('jum_karyawan_bisnis') @enderror
*upload ulang apabila ingin di rubah
@error('logo_bisnis') {{ $message }} @enderror
@php if (isset($data->logo_bisnis)) { $loc_logo = asset('bisnis/'. $data->logo_bisnis); } else { $loc_logo = ''; } @endphp
@error('deskripsi_bisnis') @enderror
@error('url_bisnis') @enderror
{{--
@error('file') {{ $message }} @enderror
--}}
@if (date('Y-m-d H:i:s') > date('Y-m-29 12:00:00')) @else @endif Kembali
@endsection @section('script') @if (Session::has('status') && Session::get('status') == 'berhasil') @endif @if (Session::get('status') == 'kurang-lengkap') @endif @endsection