@extends('layouts.app') @section('page_title', 'Join Us') @section('page_subtitle', 'Be a part of the change. Volunteer, partner, or join our professional team.') @section('content')
@auth
✏️ Edit Page Content
@endauth
@foreach(['team', 'volunteer'] as $section) @if(isset($contents[$section]))

{{ $contents[$section]->title }}

{{ $contents[$section]->body }}

@endif @endforeach
@endsection