@extends('layouts.adminapp') @section('title') {{ __('lng.CommitteeRegistration') }} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_committee', 'open') @section('active_committee', 'active') @section('active_committee_registration', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.CommitteeAuthority') }} | {{ __('lng.Member') }} | {{ __('lng.Priority') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} | |
---|---|---|---|---|---|---|
{{ ++$si }} | {{ $CommitteeRegistration->committee_authority->title }} | {{ $CommitteeRegistration->member->name ?? '' }} | {{ $CommitteeRegistration->priority }} | {{ $CommitteeRegistration->narration }} | --}} |
{{ __('lng.Showing') }} {{ $CommitteeRegistrations->count() }} {{ __('lng.Items') }}