Do you have any content within the affected files, that could end a html tag? Go through the Source Code in your browser and search for differences.
Jan 23, 2020
3
Level 1
blade.php styling issue
Hello guys, I have a few blade files and everyone except for 2 show the right styling. So my view consists of these folders
pages: about, index
posts: create, edit, index
and 2 files outside of folders.
What I mean is that on the create and edit. blade file the navbar is not inline. See picture.
https://www.bilder-upload.eu/bild-8432b5-1579821207.jpg.html
I checked for custom style in the blade file and even removed the content except or the
@extends('layouts.app')
@section('content')
@endsection
content. But nothing changed. Does anyone have an idea why this is happening? I mean the index.blade in the folder works. Just the 2 files or broken.
Please or to participate in this conversation.