@extends('layouts.secundario.create') @section('titulo') @if(isset($rotina)) {{$rotina->nome}} @else @yield('nome') @endif @if(isset($model) && $model->getValorId()) #{{$model->getValorId()}} @endif @endsection @section('fields') @endsection