@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')
{{ __('messages.global.report_found_animal') }}
{{ csrf_field() }}
@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('animal_condition')) {{ $errors->first('animal_condition') }} @endif
@if ($errors->has('final_location')) {{ $errors->first('final_location') }} @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') {{-- 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