@extends('dashboards.layouts.dash-layout') @section('title', 'Edit data alternatif') @section('content')

Edit Alternatif

@if ($errors->any())

ERROR

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

    Silahkan Masukkan Data

    @csrf @method('PATCH')
    @endsection