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