@extends('layouts.adminapp') @section('title') {{ __('lng.CommitteeReport') }} - {{ __('lng.Print') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_field_report', 'open') @section('active_field_report', 'active') @section('active_committee_report', 'active') @section('content')
{{ __('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
---|