@extends('layouts.main') @section('title') {{ __('Property Analytics') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{ __('ID') }} {{ __('Title') }} {{ __('Category') }} {{ __('City') }} {{ __('Customer') }} {{ __('Mobile') }} {{ __('Type') }} {{ __('Status') }} {{ __('Contact Form') }} {{ __('Mobile Clicks') }} {{ __('WhatsApp Clicks') }} {{ __('Total') }} {{ __('Action') }}
@endsection @section('script') @endsection