@extends('layouts.app') @section('title') Dashboard | Edit Profie @endsection @push('addon-style') @endpush @section('content')
{{--
--}}
@csrf @method('PUT')
Profile Picture
@if($user->foto == NULL) @else @endif
JPG or PNG no larger than 5 MB
Upload new image
{{--
--}}
Account Details
@if (session('success'))
{{ session('success') }}
@endif
@csrf @method('PUT')
Ubah Password
@endsection @push('addon-script') @endpush