@extends('layouts.master') @section('title') Edit Profile @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Contacts @endslot @slot('title') Edit Profile @endslot @endcomponent
{{ Auth::user()->name }}

Edit Password Information

@csrf @if(session('danger'))
{{ session('danger') }}
@endif @if(session('success-password'))
{{ session('success-password') }}
@endif

Personal Information

@if(session('success'))
{{ session('success') }}
@endif
@csrf













@endsection @section('script') @endsection