@extends('layouts.app') @section('content')

{{ __('xcustomer::customer.headings.all_customer_list') }}







@php $cities = \Pramix\XGeneral\Models\CityModel::get(); @endphp

{{-- {{ formDropdown('', 'customer_city', \Pramix\XGeneral\Models\CityModel::pluck('name_en', 'id'), '', ['class' => '', 'id' => 'customer_city']) }} --}}


{{ __('xcustomer::customer.labels.business_name') }} {{ __('xcustomer::customer.labels.full_name') }} {{ __('xcustomer::customer.labels.mobile') }} {{ __('xcustomer::customer.labels.telephone') }} {{ __('xcustomer::customer.labels.email') }} {{ __('xcustomer::customer.labels.nic') }} Area Rep {{ __('xcustomer::customer.labels.customer_grade') }} {{ __('xcustomer::customer.labels.outstanding_amount') }} {{ __('xcustomer::customer.labels.action') }}
{{-- Block Model--}}
@endsection @section('include_js') @endsection @section('custom_script') @endsection