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

@section('scripts') @stop @endsection