@extends('layout.main') @section('title', 'Laporan') @section('active-navbar') @endsection @section('content') @if ($errors->any()) @endif @if ($success = Session::get('success')) @endif
Detail Laporan
@csrf







{{-- --}}

@if($user->keputusan == "Ya")
@elseif($user->keputusan == "Tidak")
@endif

@if ($user->filename)
@endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif

Kembali
@endsection