@extends('layouts.main') @section('title') {{ __('Customer') }} @endsection @section('page-main-title') {{ __('Customer') }} @endsection @section('content')
{{-- Filter Status --}}
@if (has_permissions('update', 'customer')) @endif
{{ __('ID') }} {{ __('Profile') }} {{ __('Name') }} {{ __('Number') }} {{ __('Number') }} {{ __('Login Methods') }} {{ __('Address') }} {{ __('Total Property') }} {{ __('Total Hospitality') }} {{ __('Enable/Disable') }} {{ __('Verification Status') }}
@endsection @section('script') @endsection