@extends('owner._layout') @if(session('message'))
You have not any claims
@else @foreach($claims as $claim) {{ $claim->pickup_city }}, {{ $claim->pickup_state }} @endforeach @endifYou have not any appointment
@else @foreach($maintenance as $mt) {{$mt->userData->firstname}} {{$mt->userData->lastname}} @endforeach @endif