@extends('layouts.dashboard') @section('add-css') @endsection @section('title') @if (isset($acta_editar)) Edicion de Acta ID: {{$acta_editar->id}} @else Nueva Acta {{ Auth::User()->showCurrentPerson()->field_name1 }} @endif @endsection @section('content') @endsection @section('links') @endsection @section('add-js') @endsection