From 9b3d0dbb0c11d1720d2c1c9adefa78f71770d799 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sat, 23 Jul 2022 04:12:02 +1000 Subject: [PATCH] added stuff --- resources/views/layouts/app.blade.php | 2 + resources/views/misc/blog.blade.php | 88 ++++++--------------------- 2 files changed, 19 insertions(+), 71 deletions(-) diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index ec08b58..69e0246 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -18,6 +18,7 @@ + @yield('extras') @@ -67,6 +68,7 @@ @yield('alert') + @yield('custom_content') @yield('popup_content')
diff --git a/resources/views/misc/blog.blade.php b/resources/views/misc/blog.blade.php index 3931c29..f6f359f 100644 --- a/resources/views/misc/blog.blade.php +++ b/resources/views/misc/blog.blade.php @@ -1,72 +1,18 @@ - - - - - Blog - {{ env('APP_NAME') }} - - - - - - - - - - - - - - - +@extends('layouts.app') + @section('title') + Blog - {{ env('APP_NAME') }} + @endsection + @section('titlediscord') + + @endsection + @section('descdiscord') + + @endsection + @section('extras') + + @endsection - -
- -
- @yield('alert') - - - - \ No newline at end of file + @section('custom_content') + + @endsection + \ No newline at end of file