@extends('layouts.master') @section('content')
@if ($errors->any())
Peringatan :
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Edit Data Pengguna


{{csrf_field()}} @method('put')

BATAL
@endsection