From 174e91da854132dcaacbe07fa986b7d8490874ca Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sat, 23 Jul 2022 04:14:09 +1000 Subject: [PATCH] Update blog.blade.php --- resources/views/misc/blog.blade.php | 41 +++++++++++++++++------------ 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/resources/views/misc/blog.blade.php b/resources/views/misc/blog.blade.php index f6f359f..bb1eaab 100644 --- a/resources/views/misc/blog.blade.php +++ b/resources/views/misc/blog.blade.php @@ -1,18 +1,25 @@ @extends('layouts.app') - @section('title') - Blog - {{ env('APP_NAME') }} - @endsection - @section('titlediscord') - - @endsection - @section('descdiscord') - - @endsection - @section('extras') - - @endsection - - @section('custom_content') - - @endsection - \ No newline at end of file +@section('title') +Blog - {{ env('APP_NAME') }} +@endsection +@section('titlediscord') + +@endsection +@section('descdiscord') + +@endsection +@section('extras') + + +@endsection +@section('custom_content') + +@endsection \ No newline at end of file