@extends('layouts.layout-2') @section('content')

Reisestatus

@foreach($status as $value) @endforeach
  {{__('Name')}} {{__('Farbe')}} {{__('Bearbeitung Tage')}}
{{ $value->name }} @if($value->color)
{{ $value->color }} @else
@endif
{{ $value->handling_days }}
@endsection