@extends('layouts.customer') @section('title','Import | Number') @section('extra-css') @endsection @section('content')

@lang('customer.import_contact')

@csrf
@lang('customer.number') @lang('customer.name') @lang('customer.email') @lang('customer.address') @lang('customer.city') @lang('customer.state') @lang('customer.zip_code') @lang('customer.company') @lang('customer.note')
@endsection @section('extra-scripts') @endsection