@extends('template.master') @section('page_styles') {{--CUSTOM STYLES HERE--}} @stop @section('content')

Account Details

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@elseif ($error)
  • {{ $error }}
@elseif ($success)
  • {{ $success }}
@endif

Personal Information

@csrf
@if (!auth()->guest())
@if(isset($user->avatar)) your image@endif
your image
@endif

Update Password

@csrf

Account Activities

@stop @section('page_modals') @stop @section('page_scripts') @stop