@extends('backend.layouts.app') @section('head') @endsection @section('content')

{{translate('All Customers')}}

# {{translate('Name')}} {{translate('Email')}} {{translate('Phone')}} {{translate('Customer Package')}} {{translate('Balance')}} {{translate('created at')}} {{translate('updated at')}} {{translate('actions')}}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} @endsection