@extends('user::_layouts.authenticated.layout') @section('title', __('messages.global.create_report')) @section('css') {{-- Dropzone --}} @include('user::_layouts.authenticated._partials.dropzone_images_css') @endsection @section('content') {{-- My animals --}} @if ($user->isPremium)
@if ($errors->has('registered_animal')) {{ $errors->first('registered_animal') }} @endif
@endif
{{ __('messages.global.i_lost_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('location_address')) {{ $errors->first('location_address') }} @endif
@if ($errors->has('location_latitude')) {{ $errors->first('location_latitude') }} @endif
@if ($errors->has('location_longitude')) {{ $errors->first('location_longitude') }} @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
@if ($user->hasOrganization)
0 / 1000
@if ($errors->has('internal_note')) {{ $errors->first('internal_note') }} @endif
@endif
@endsection @section('js') {{-- My animals --}} {{-- Disable form when submitted --}} {{-- Counter for textarea --}} @include('user::_layouts.authenticated._partials.textarea_char_count_js') {{-- Dropzone --}} @include('user::_layouts.authenticated._partials.dropzone_images_js') @endsection