@extends('layouts.cms_app') @section('content')

{{$title}}

@include('cms.includes.alert_messages')
@if(count($tiposanuncio)>0) @foreach($tiposanuncio as $tipoanuncio) @endforeach @else @endif
ID TÍTULO ATUALIZAÇÃO AÇÕES
{{$tipoanuncio->id}} {{$tipoanuncio->titulo}}
{{$tipoanuncio->updated_at ? $tipoanuncio->updated_at->diffForHumans() : 'Não foi atualizado!'}}
{{ csrf_field() }}
Não há categorias cadastradas!
{{$tiposanuncio->links()}}
@endsection