@extends('layouts.master') @section('page-content')

Change Password

{{ csrf_field() }}

Set New Profile Photo

{{ csrf_field() }}
@php if($member->profile_photo != null) { $img_name = $member->profile_photo; } else { $img_name = "img/profile.jpg"; } @endphp
@endsection