@extends('frontend.layout') @section('content')
@includeIf('frontend.partials.sidebar')
img
{{ __('Welcome!')}}
{{ __('Loading...')}}

{{ __('Choose a person to view their status.')}}

@endsection