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