@extends('layouts.index') @section('title', 'Ubah Pengguna') @section('content_header')

Ubah Profil Pengguna

@stop @section('content') @include('partials.flash_message') @include('partials.breadcrumbs')
@csrf @method('PUT')
@include('user.foto')
@include('user.form')
@endsection @include('partials.reset_form')