@extends('frontend.layouts.app') @push('style') @endpush @section('content') {{-- Profile section --}}
{{ $organizer->address }}
{{-- Type: --}}
{{ ucfirst($organizer->organization_type ?? 'N/A') }}
{{ $organizer->mobile ?? 'N/A' }}
{{ $organizer->email ?? 'N/A' }}
{{ ucfirst($organizer->status ?? 'pending') }}
{{ $organizer->full_name ?? 'N/A' }}
{{ $committee->publish_date }} | Session: {{ $committee->session }}
{!! $committee->description !!}
{{-- committee members inline --}}