@extends('dashboard.app') @section('title', 'Profile User') @section('content') @push('style') @endpush

Profile

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
Terjadi Kesalahan!
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@endsection @push('script') @endpush