@extends('backend.layouts.main') @section('title', 'Terms & Privacy') @section('main-container')
@foreach ($terms as $key=> $value) @endforeach
# Title Updated At Action
{{$key+1}} {{ Str::words($value->title, 4, '...') }} {{ $value->updated_at->format('M-d-Y h:i a') }}
@endsection