@extends('dashboard.layout') @section('title', 'Instructions') @section('meta_description', 'Manage URL-specific page instructions.') @section('page_title', 'Instructions') @section('content')
URL-specific help content shown in the side panel.
No instructions yet
Create your first page instruction above.
| URL | Preview | Updated | |
|---|---|---|---|
| {{ $instruction->url }} | {{ Str::limit(strip_tags($instruction->content), 80) }} | {{ \Carbon\Carbon::parse($instruction->updated_at)->diffForHumans() }} |