@extends('layouts.app') @section('title', 'Orders Management') @section('content')
{{ Str::limit($order->description, 100) }}
Get started by creating your first order.