@extends('layout') @if(session('message')) @endif @section('body')
Claims
@if($claims->isEmpty())

You have not any claims

@else @foreach($claims as $claim) {{ $claim->pickup_city }}, {{ $claim->pickup_state }} @endforeach @endif
@endsection @section('script') @endsection