@extends('layouts.adminapp') @section('title') {{ __('lng.CommitteeAuthority') }} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_committee', 'open') @section('active_committee', 'active') @section('active_committee_authority', 'active') @section('content')

{{ __('lng.CommitteeAuthority') }}

{{ __('lng.CommitteeAuthorityTable') }}
@php $si=0; @endphp @foreach ($CommitteeAuthorities as $CommitteeAuthority) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Title') }} {{ __('lng.Narration') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $CommitteeAuthority->title }} {{ $CommitteeAuthority->narration }}
{{--
--}}
@csrf @method('delete')

{{ __('lng.Showing') }} {{ $CommitteeAuthorities->count() }} {{ __('lng.Items') }}

@endsection