@extends('dashboards.layouts.dash-layout') @section('title', 'Edit Data Pengumpulan Laporan') @section('content')

Ubah Pengumpulan Laporan

@if ($errors->any())

ERROR

Terdapat masalah dengan input anda @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif

    Silahkan Masukkan Data

    @csrf @method('PATCH')
    {{-- --}}
    @endsection