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

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

{{ __('lng.KabarAreaRegisterTable') }}
@if ($SearchResult) @php echo $SearchResult @endphp @else
@php $si=0; @endphp @foreach ($KabarAreaRegisters as $KabarAreaRegister) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Area') }} {{ __('lng.Address') }} {{ __('lng.Height') }} {{ __('lng.Width') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $KabarAreaRegister->area }} {{ $KabarAreaRegister->address }} {{ $KabarAreaRegister->height }} PX {{ $KabarAreaRegister->width }} PX
{{--
--}} {{--
--}}
@csrf @method('delete')
{{--
--}} {{--
--}}

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

@endif
@endsection