diff options
author | Frankie B <git@diskfloppy.me> | 2024-07-11 22:30:34 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-07-11 22:30:34 +0100 |
commit | acb18eb1addbc1cfe5d1064ed7c4c678bbcbc897 (patch) | |
tree | 7379a5808d9c2cc68c8c2fdff1056b6207e488d7 | |
parent | 0d7eb302e8ad8d7a8a4bc0454bf15998ce0318c3 (diff) |
Swap computers page to use main layout
-rw-r--r-- | resources/views/computers.blade.php | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/resources/views/computers.blade.php b/resources/views/computers.blade.php index 062eee9..09c48c6 100644 --- a/resources/views/computers.blade.php +++ b/resources/views/computers.blade.php @@ -1,10 +1,5 @@ -@extends('layouts.default') -@section('title', 'Computers') -@section('description', 'Computers I own or have owned.') -@php -// TODO: AMD whitebox, 745, D531, 1525, server, vaio, qosmio, packard bell -@endphp -@section('content') +<x-layout> + <x-slot:title>Computers</x-slot:title> <table class="computers"> <tr> <th>PICTURES</th> @@ -184,4 +179,4 @@ </td> </tr> </table> -@stop +</x-layout> |