@php $lang = Session::get('language'); @endphp @extends('layouts.main') @section('title') Home @endsection @section('content')
Hi, Admin

Properties

{{ __("Total Sale") }}
{{ $list['total_sell_property'] }} Properties
{{ __("Total Rent") }}
{{ $list['total_rant_property'] }} Properties
Recent Properties
@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
{{ __('#') }} {{ __('Property') }} {{ __('Enable/Disable') }} {{ __('Action') }}
@endsection @section('script') @endsection