@extends('layouts.principal') @section('titulo') @if(isset($rotina)) {{$rotina->nome}} @else @yield('nome') @endif @endsection @yield('fields')