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')
|
2024-07-10 15:35:10 +00:00
|
|
|
@include('mmfrestrictedcustomers::customers/partials/edit_form', ['save_button_title' => __('Add')])
|
2024-07-05 12:18:54 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section('javascript')
|
|
|
|
@parent
|
|
|
|
multiInputInit();
|
|
|
|
@endsection
|