@extends('layouts.admin') @section('title')Nota Ingreso @stop @section('titulo')@if(isset($ingreso)) EDITAR @else CREAR @endif NOTA DE INGRESO @stop @section('menu-ingreso') active open @stop {{--@section('libros-opcion')active @stop--}} @section('acciones') @stop @section('descripcion') @stop @section('content')
{!! csrf_field() !!} @if(isset($ingreso)) @endif
{{----}}

@section('scripts') @stop @endsection