2024-07-05 12:18:54 +00:00
|
|
|
@extends('layouts.app')
|
|
|
|
|
2024-07-06 16:50:42 +00:00
|
|
|
@section('title', 'Add Customer (MillionsMissingFrance)')
|
2024-07-05 12:18:54 +00:00
|
|
|
|
|
|
|
@section('content')
|
|
|
|
@include('freescout-restricted-customers::customers/partials/edit_form', ['save_button_title' => __('Add')])
|
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section('javascript')
|
|
|
|
@parent
|
|
|
|
multiInputInit();
|
|
|
|
@endsection
|