@php $lang = Session::get('language'); @endphp @extends('layouts.main') @section('title') Home @endsection @section('content')
Hola, {{ Auth::user()->name }}

Propiedades

Propiedades recientes
@if (has_permissions('update', 'property_inquiry')) @endif
{{ __('#') }} {{ __('Category') }} {{ __('Name') }} {{ __('City') }} {{ __('Added By') }} {{ __('Type') }} {{ __('Price') }} {{ __('Action') }}
Facturación
@if (has_permissions('update', 'property_inquiry')) @endif
{{ __('#') }} {{ __('Category') }} {{ __('Name') }} {{ __('City') }} {{ __('Added By') }} {{ __('Type') }} {{ __('Price') }} {{ __('Action') }}

{{ __('Most Viewed') }}

Total Categories
Más rentadas
@if (has_permissions('update', 'property_inquiry')) @endif
{{ __('#') }} {{ __('Property') }} {{ __('Enable/Disable') }} {{ __('Action') }}
@endsection @section('script') @endsection