@extends('layouts.admin') @section('title') Account Settings @endsection @section('content')

My Profile

@csrf
Upload new photo
@if(!empty($admin->profile_picture)) @endif
Cancel
@endsection @section('script') @endsection