@extends('layouts.app') @section('title', 'Edit Profile') @section('breadcrumb') Profile / Edit @endsection @section('content')
{{-- Profile Information --}}
Profile Information
@csrf @method('PUT')
Cancel
{{-- Change Password --}}
Change Password
@csrf @method('PUT')
@error('current_password')
{{ $message }}
@enderror
@endsection