@extends('adminlte::page') @section('title_aboutfix', ' - About') @section('content_header')

About

 Novo elemento do About @stop @section('content')

Lista de elementos do About Us

@foreach($abouts as $about) @endforeach
ID Posicao Título Texto Data
{{ $about->id }} {{ $about->posicao }} {{ $about->title }} {{strip_tags($about->body)}} {{ $about->created_at }}  Editar         Apagar
@stop @section('js') @endsection