@extends('layouts.admin') @section('content')

Edit Team Member

Back to List
Member Details
@if ($errors->any()) @endif
@csrf @method('PUT')
@if($teamMember->image_url)
Current Photo

Current Photo

@endif
Leave empty to keep current photo. Accepted formats: JPEG, PNG, JPG, GIF (Max: 2MB)
Social Links (Optional)
@endsection