| Current Path : /var/www/html/xfacil.desafio.com.py/resources/views/admin/fotos/ |
| Current File : /var/www/html/xfacil.desafio.com.py/resources/views/admin/fotos/index.blade.php |
@extends('adminlte::page')
@section('title', 'Album')
@section('content')
@livewire('fotos', ['album_id' => $album_id])
@stop