Swap computers page to use main layout

This commit is contained in:
floppydiskette 2024-07-11 22:30:34 +01:00
parent 704b5c3d37
commit 13bf6f3b15
Signed by: fwoppydwisk
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE

View file

@ -1,10 +1,5 @@
@extends('layouts.default') <x-layout>
@section('title', 'Computers') <x-slot:title>Computers</x-slot:title>
@section('description', 'Computers I own or have owned.')
@php
// TODO: AMD whitebox, 745, D531, 1525, server, vaio, qosmio, packard bell
@endphp
@section('content')
<table class="computers"> <table class="computers">
<tr> <tr>
<th>PICTURES</th> <th>PICTURES</th>
@ -184,4 +179,4 @@
</td> </td>
</tr> </tr>
</table> </table>
@stop </x-layout>