@extends('layouts.admin') @section('title', 'Edit Leader / Pastor') @section('header_title', 'Pastors & Leadership Team') @section('content')

Edit Profile: {{ $member->teamName }}

Back to List
@csrf @method('PUT')
Recommended size: Square ratio, e.g., 400x400px. Leave blank to keep current photo. @if($member->teamImage)
Current Profile Photo: {{ $member->teamName }}
@endif
@endsection