@php $lang = Session::get('language'); @endphp @extends('layouts.main') @section('title') {{ __('Home') }} @endsection @section('content')
{{ __('Hi, Admin') }}
{{ __("Total Sale") }}
{{ $list['total_sell_property'] }} {{ __('Properties') }}
{{ __("Total Rent") }}
{{ $list['total_rant_property'] }} {{ __('Properties') }}
{{ __('Recent Properties') }}
{{-- Filter Status --}}
@if (has_permissions('update', 'property_inquiry')) @endif
{{ __('#') }} {{ __('Category') }} {{ __('Property Name') }} {{ __('Property City') }} {{ __('Added By') }} {{ __('Type') }} {{ __('Price') }} {{ __('Action') }}

{{ __('Most Viewed') }}

{{ __('Total Categories') }}
{{ __('Featured Properties') }}
@if (has_permissions('update', 'property_inquiry')) @endif
@endsection @section('script') @endsection