@extends('admin.layouts.master') @section('title') Home Sektors EN @endsection @section('page-title') Home Sektors EN @endsection @section('body')
@endsection @section('content')
|
SVG | Title | Description | Edit |
---|---|---|---|---|
|
{!! $data->svg_path !!} | {{ $data->title }} | @php $description = $data->Description; $maxLength = 50; // Set your desired character limit here $truncatedDescription = strlen($description) > $maxLength ? substr($description, 0, $maxLength) . '...' : $description; @endphp {{ $truncatedDescription }} |
|