@extends('layouts.adminapp') @section('title') {{ __('lng.PropertyType') }} @endsection @section('open_rent_asset', 'open') @section('active_rent_asset', 'active') @section('active_property_type', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} | |
---|---|---|---|---|
{{ ++$si }} | {{ $PropertyType->title }} | {{ $PropertyType->narration }} | --}} |
{{ __('lng.Showing') }} {{ $PropertyTypes->count() }} {{ __('lng.Items') }}