@extends('admin.layouts.app') @section('title', isset($team) ? 'Edit Member' : 'Add Member') @section('breadcrumb') @endsection @section('content')
@csrf @if(isset($team)) @method('PUT') @endif
Member Details
@error('name')
{{ $message }}
@enderror
@error('designation')
{{ $message }}
@enderror
@if(isset($team) && $team->photo)
@endif
JPG, PNG, WEBP. Max 2MB. Square image recommended (e.g. 400×400px).
Used when no photo is uploaded

is_active ?? true) ? 'checked' : '' }}>
@endsection