@extends('layouts.adminapp') @section('title') {{ __('lng.ChilavListDetails') }} @endsection @section('open_settings', 'open') @section('active_settings', 'active') @section('active_chilav_list', 'active') @section('content')
| {{ __('lng.SiNo') }} | {{ __('lng.Date') }} | {{ __('lng.Session') }} | {{ __('lng.House') }} | {{ __('lng.Author') }} |
|---|---|---|---|---|
| {{ ++$si }} | {{ $ChilavListDetail->date }} | {{ $ChilavListDetail->session }} | {{ $ChilavListDetail->House->name ?? '' }} | @foreach ($ChilavListDetail->House->members as $Member) @if ($Member->member_relation_id == App\Extra\General\DBFixedValues::AUTHORITY){{ $Member->name }} | @endif @endforeach
{{ __('lng.Showing') }} {{ $ChilavListDetails->count() }} {{ __('lng.Items') }}