@extends('layouts.adminapp') @section('title') {{ __('lng.ChilavList') }} @endsection @section('open_settings', 'open') @section('active_settings', 'active') @section('active_chilav_list', 'active') @section('content')

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

@if ($SearchResult) @php echo $SearchResult @endphp @else
@php $si=0; @endphp @foreach ($ChilavLists as $ChilavList) @foreach ($ChilavList->House->members as $Member) @if ($Member->member_relation_id == App\Extra\General\DBFixedValues::AUTHORITY) @endif @endforeach @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Date') }} {{ __('lng.House') }} {{ __('lng.RegisterNumber') }} {{ __('lng.Author') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $ChilavList->date }} {{ $ChilavList->House->name ?? '' }} {{ $ChilavList->House->registernumber ?? '' }} {{ $Member->name }}
@csrf @method('delete')

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

@endif
@endsection