@extends('adminlte::page') @section('title_postfix', ' - Categorias da Galeria') @section('content_header')

Categorias da Galeria

 Nova Categoria @stop @section('content')
@foreach($gallery_category as $category) @endforeach
Id Nome Pasta
{{ $category['id'] }} {{ $category['name'] }} {{ $category['folder'] }}  Editar  Apagar
@if(session('message')) @endif
@stop @section('css') @endsection @section('js') @endsection