@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.customerProperty.title_singular') }}
@method('POST') @csrf
@if ($errors->has('customer_csv_file'))
{{ $errors->first('customer_csv_file') }}
@endif {{ trans('cruds.customerProperty.fields.upload_customer_property_csv_file_helper') }}
@endsection @section('scripts') @endsection