@extends('layouts.adminapp')
@section('content')
{{-- Subscription Payment Report --}}
{{ __('lng.SiNo') }} | {{ __('lng.Authority') }} | {{ __('lng.Name') }} | {{ __('lng.Contact') }} | {{ __('lng.Photo') }} | {{++$si}} | {{ $Committee->committee_authority->title ?? '' }} | {{ $Committee->member->name }} | {{ $Committee->member->contact }} |
@if ($Committee->member->photo)
![]() |
@endforeach
---|