@extends('layouts.app') @section('content')

{{ $title }}

@if ($errors->any())
Whoops! Ada beberapa masalah dengan data yang anda masukkan.
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
*
*
Kembali
@endsection