@extends('backend.layouts.main') @section('title', 'Sections') @section('main-container')
@foreach ($sections as $key=> $value) @endforeach
Type Heading Short Title Updated At Action
{{Str::words($value->section_type, 4, '...')}} {{ Str::words($value->section_heading, 4, '...') }} {{ Str::words($value->short_title, 3, '...') }} {{ $value->updated_at->format('M-d-Y h:i a') }}
@endsection