@extends('admin.layouts.app') @section('content')
ID | Titulo | Estado | Imagen | Action |
---|---|---|---|---|
{{$gallery->id}} | {{$gallery->name}} | @if ($gallery->status == "public") Activo @else Inactivo @endif | @if ($gallery->type == "image") @else {{$gallery->image}} @endif |