@extends('adminlte::page') @section('title_postfix', ' - Mundo') @section('content_header')

About Gold&Rouge

 Novo separador @stop @section('content')

Lista de Elementos

@foreach($histories as $history) @endforeach
ID Imagem Ordem Estado Data Acções
{{ $history->id }} Imagem {{ $history->order }} {{ $history->active == 1 ? 'Ativo' : 'Inativo'}} {{ $history->created_at }}  Editar  Apagar
@stop @section('js') @endsection