@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.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} | |
---|---|---|---|---|
{{ ++$si }} | {{ $CommitteeAuthority->title }} | {{ $CommitteeAuthority->narration }} | --}} |
{{ __('lng.Showing') }} {{ $CommitteeAuthorities->count() }} {{ __('lng.Items') }}