@extends('adminlte::page') @section('title_postfix', ' - Termos & Condições') @section('content_header')

Termos & Condições

 Adicionar @stop @section('content')
@foreach($terms as $term) @endforeach
ID Titulo Autor Data
{{ $term->id }} {{ $term->title }} {{ $term->author }} {{ $term->created_at }}  Editar
@stop @section('js') @endsection