@extends('layout.main') @section('title', 'OnS') @section('active-navbar') @endsection @section('content') @if ($errors->any()) @endif @if ($success = Session::get('success')) @endif @section('judul', 'Input Data Laporan')
Form input Laporan
@csrf
@if ($errors->has('file')) {{ $errors->first('file') }} @endif

@endsection