{{-- resources/views/admin/trip-templates/index.blade.php --}} @extends('admin.layouts.app') @section('title', 'Trip Templates Management') @section('page-title', 'Trip Templates Management') @section('page-description', 'Create and manage trip templates to help users plan amazing adventures.') @section('content')
{{ Str::limit($template->description, 80) }}
@endifTry adjusting your search criteria or filters to find templates.
@elseCreate your first trip template to help users plan amazing adventures.
@endif