芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/rentandbuyrealty.com/resources/views/home.blade.php
@php $lang = Session::get('language'); @endphp @extends('layouts.main') @section('title') Home @endsection @section('content')
Hi, Admin
{{ $list['total_customer'] }}
{{__("Total Customers")}}
{{ $list['total_properties'] }}
{{ __("Total Properties") }}
{{ $list['total_sell_property'] }}
{{__("Properties for Sell")}}
{{ $list['total_rant_property'] }}
{{__(" Properties for Rent")}}
Properties
Monthly
Weekly
Daily
{{ __("Total Sale") }}
{{ $list['total_sell_property'] }} Properties
{{ __("Total Rent") }}
{{ $list['total_rant_property'] }} Properties
Recent Properties
{{ __('#') }}
{{ __('Category') }}
{{ __('Property Name') }}
{{ __('Property City') }}
{{ __('Added By') }}
{{ __('Type') }}
{{ __('Price') }}
@if (has_permissions('update', 'property_inquiry'))
{{ __('Action') }}
@endif
{{ __('Most Viewed') }}
Total Categories
Featured Properties
{{ __('#') }}
{{ __('Property') }}
{{ __('Enable/Disable') }}
@if (has_permissions('update', 'property_inquiry'))
{{ __('Action') }}
@endif
@endsection @section('script') @endsection