@include('site.foreign.controllers.upper-header') @include('site.foreign.controllers.header')
@lang('data.newPuppy')
@csrf

@lang('data.procedureType')

@if ($errors->has('process')) {{ $errors->first('process') }} @endif

@lang('data.actionDate')

@if ($errors->has('start_date')) {{ $errors->first('start_date') }} @endif

@lang('data.procedureEndDate')

@if ($errors->has('end_date')) {{ $errors->first('end_date') }} @endif

@lang('data.procedureAttachment')

@lang('data.procedureAttachment')
@lang('data.dragOrDropTheAttachmentHereToDownload')
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@include('site.foreign.controllers.footer')