@extends('template.layout') @section('styles') @endsection @section('content')

Gestión de Bibliografía

Detalle de la Bibliografía
@if($libro->path != "") id }}"> @endif
{{$libro->nombre}}
{{$libro->materia}}
{{$libro->ciudad_pais}}
{{$libro->editorial}}
{{$tipo->nombre}}
{{$autor->nombres}}
{{$libro->epilogo}}
@foreach($ejemplares as $ejemplar) @endforeach
@endsection @section('scripts') @endsection