Sistema web para crear proyecto web nuevo
This commit is contained in:
9
resources/views/projects/base.blade.php
Normal file
9
resources/views/projects/base.blade.php
Normal file
@ -0,0 +1,9 @@
|
||||
@extends('layout.base')
|
||||
|
||||
@section('page_content')
|
||||
<h1 class="ui header">
|
||||
Proyecto - {{$project->name ?? $project}}
|
||||
@yield('title')
|
||||
</h1>
|
||||
@yield('content')
|
||||
@endsection
|
Reference in New Issue
Block a user