haciendo css manual
This commit is contained in:
@@ -6,8 +6,10 @@
|
||||
|
||||
@section('content')
|
||||
@foreach($projects as $project)
|
||||
<section>
|
||||
<h1>{{ $project->title }}</h1>
|
||||
<article>
|
||||
<header>
|
||||
<h1>{{ $project->title }}</h1>
|
||||
</header>
|
||||
|
||||
{!! $parse->text($project->md) !!}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user