@extends('layouts/contentLayoutMaster') @section('title', __('locale.contacts.import_contact')) @section('content')
@csrf
{{ __('locale.labels.total_number_of_recipients') }}: 0

{!! __('locale.description.paste_text') !!} {!! __('locale.contacts.include_country_code_for_successful_import') !!}

@error('delimiter')

{{ $message }}

@enderror
@endsection @section('page-script') @endsection