@extends('layouts.app')
@section('title', 'Handover '.$employee->name.' - UniformFlow')
@section('page-heading', 'Complete handover')
@section('content')
{{ $employee->issues->count() ? 'Choose the final outcome for every outstanding issue.' : 'No uniforms are outstanding. Complete a clear exit handover below.' }}Clear {{ $employee->name }}.