@extends('layouts.master') @section('title', $title) @section('content')

Settings: Administation

@if(session()->has('message'))
{{ session()->get('message') }}
@endif @if ($errors->any())
@endif @if ($message = Session::get('success'))

{{ $message }}

@endif

Profile Details

@if(isset($PasswordError)) hfdhgfhdgfhdghfghdfgh @endif
User profile picture
{{ Auth::user()->name }}
{{ Auth::user()->email }}
User profile picture
@csrf

Login Profile Image

Select Profile Image to upload

@csrf
@push('scripts') @endpush @endsection