@extends('backend.layout.main') @section('content')
@if(in_array("customers-add", $all_permission)) {{__('db.Add Customer')}}  {{__('db.Import Customer')}} @endif
@foreach($custom_fields as $fieldName) @endforeach
{{__('db.Customer Group')}} {{__('db.Customer Details')}} {{__('db.Discount Plan')}} {{__('db.Reward Points')}} {{__('db.Deposited Balance')}} {{__('db.Total Due')}}{{$fieldName}}{{__('db.action')}}
@endsection @push('scripts')