@extends('layouts/layoutMaster') @section('title', 'Account settings - Account') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

Account Settings / Profile

Profile Details
@csrf
@if($user->photo) user-avatar @else user-avatar @endif
Allowed JPG, GIF or PNG.

@endsection