{{ __('customer.header.delete') }}
{!! Form::open(['method' => 'DELETE','route' => ['customers.destroy', $customer->slug]]) !!}
{{ __('Are you sure to delete customer?') }}

{{ __('Name : ') }}{{$customer->name }}
{{ __('Address : ') }}{{$customer->address }}
{{ __('Server : ') }}{{$customer->mikrotik->name }}
{{ __('Deleting a customer will delete their charges and ') }} {{ __('user secret') }} {{ __('on your server ') }} {{ $customer->mikrotik->name }}.
{{ __('After delete, this customer cannot connect to internet service.') }}

{{ __('Press') }}  {{ __('customer.action.delete') }} {{ __('to delete this customer.') }}
{{ __('Press') }}  {{ __('customer.button.cancel') }} {{ __('to cancel this operation.') }}
{!! Form::close() !!}