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

Mundo Gold&Rouge

 Novo separador @stop @section('content')

Lista de Elementos

@foreach($posts as $post) @endforeach
ID Link Data
{{ $post->id }} {{ $post->link }} {{ $post->category }} {{ $post->ref }} {{ $post->sex }} {{ $post->created_at }}  Editar  Apagar
@stop @section('js') @endsection