@extends('layouts.master') @section('title', 'Archives') @section('content')

@yield('title')

@livewire('archive.show-archive', ['personnel' => $personnel])
@endsection