@extends('layouts.master') @extends('sidebar.dashboard') @section('page-style') @endsection @section('content')

Profile Settings

@if($errors->any())

{{ implode('', $errors->all(':message')) }}

@endif @if(Session::has('success'))

{{ Session::get('success') }}

@endif
@csrf
@error('avatar') {{$message}} @enderror
@if(isset($userInfo->avatar)) @endif
@endsection @section('page-script') @endsection