@extends('adminlte::page')
@section('title_aboutfix', ' - About')
@section('content_header')
About
Novo elemento do About
@stop
@section('content')
| ID |
Posicao |
Título |
Texto |
Data |
|
@foreach($abouts as $about)
| {{ $about->id }} |
{{ $about->posicao }} |
{{ $about->title }} |
{{strip_tags($about->body)}} |
{{ $about->created_at }} |
Editar
Apagar
|
@endforeach
@stop
@section('js')
@endsection