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

Avisos

@stop @section('content')

Lista de Avisos

@foreach($advices as $advice) @endforeach
ID Tipo Estado Início Fim Colecção Ref Sexo Url Acção
{{ $advice->id }} {{ $advice->type }} {{ $advice->active == 1 ? 'Ativo' : 'Inativo'}} {{ $advice->start }} {{ $advice->end }} {{ $advice->collection }} {{ $advice->ref }} {{ $advice->sexo }} {{ $advice->url }}  Editar
@stop @section('js') @endsection