<?php

return [

    // Form
    'add' => 'Add customer',
    'edit' => 'Edit customer',
    'delete' => 'Delete customer',
    'not_find' => 'Can not find a client with this code.',

    'id' => 'Id',
    'contact' => 'Contact',
    'contact_placeholder' => 'Enter the customer\'s contact',
    'address' => 'Address',
    'address_placeholder' => 'Enter the customer\'s address',
    'state' => 'State',
    'state_placeholder' => 'Enter the state',
    'phone' => 'Phone',
    'phone_placeholder' => 'Enter the customer\'s phone',
    'email' => 'Email',
    'email_placeholder' => 'Enter the customer\'s email',

    'created_at' => 'Created at',
    'report_title' => 'Customers Report',

];
