@forelse($pets as $pet)

{!! $pet['name_of_pet'] !!}

{!! $pet['perfecture_id'] !!}

{!! $pet['reward_id'] !!}

{!! $pet['lost_date'] !!}

{!! $pet['color_of_pet'] !!}

{!! $pet['age_of_pet'] !!}

{!! $pet['character'] !!}

{!! $pet['characteristics'] !!}

{!! $pet['status'] !!}

{!! $pet['map_lat'] !!}

{!! $pet['map_lang'] !!}

{!! $pet['other_amount'] !!}
[View]
@empty

No pets

@endif