@extends('adminlte::page')
@section('title_postfix', ' - Mundo')
@section('content_header')
Mundo Gold&Rouge
Novo separador
@stop
@section('content')
| ID |
Link |
Data |
|
@foreach($posts as $post)
| {{ $post->id }} |
{{ $post->link }} |
{{ $post->category }} |
{{ $post->ref }} |
{{ $post->sex }} |
{{ $post->created_at }} |
Editar
Apagar
|
@endforeach
@stop
@section('js')
@endsection