@extends('frontend.organization.organization_layouts') @push('style') @endpush @section('member-content')

Committee information

@if (session('success')) @endif @if (session('error')) @endif
@csrf

Committee Members

@if ($committee) @foreach ($committee->committee_details as $index => $detail) @endforeach @endif
# Order Member Photo Member Name Designation Action
{{ $index + 1 }} @if ($detail->photo) @endif

@if ($committee && $committee->photo) @endif

@endsection @push('script') @endpush