@extends('layouts.adminapp') @section('title') {{ __('lng.KabarRegister') }} @endsection @section('active_kabarregister', 'active') @section('content') {{-- KabarRegister --}}

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

{{ __('lng.KabarRegisterTable') }}
@if ($SearchResult) @php echo $SearchResult @endphp @else
@php $si=0; @endphp @foreach ($KabarRegisters as $KabarRegister) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Area') }} {{ __('lng.Address') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $KabarRegister->area }} {{ $KabarRegister->address }}
{{--
--}} {{--
--}}
@csrf @method('delete')
{{--
--}} {{--
--}}

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

@endif
@endsection