LR-Curso/admin-laravel

View on GitHub
src/resources/views/admin/partials/contentheader.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
<section class="content-header">
    <h1>
        @yield('contentheader_title', 'Page Header here')
        <small>@yield('contentheader_description')</small>
    </h1>
</section>