@extends('user::_layouts.authenticated.layout') @section('title', __('messages.global.register_my_animal')) @section('css') {{-- Dropzone --}} @include('user::_layouts.authenticated._partials.dropzone_images_css') @endsection @section('content')
{{ __('messages.global.register_my_animal') }}
{{ csrf_field() }}
0 / 45 Mb
@if ($errors->has('images')) {{ $errors->first('images') }} @endif @if ($errors->has('images.0')) {{ $errors->first('images.0') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('animal_species')) {{ $errors->first('animal_species') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('sterilization')) {{ $errors->first('sterilization') }} @endif
@if ($errors->has('identification_type')) {{ $errors->first('identification_type') }} @endif
@if ($errors->has('identification_number')) {{ $errors->first('identification_number') }} @endif
0 / 1000
@if ($errors->has('comment')) {{ $errors->first('comment') }} @endif
@endsection @section('js') {{-- Dropzone --}} @include('user::_layouts.authenticated._partials.dropzone_images_js') @endsection