@extends('layouts.admin') @section('content')
| {{ __('Image') }} | {{ __('Icon') }} | {{ __('Title') }} | {{ __('Description') }} | {{ __('Options') }} |
|---|---|---|---|---|
|
@if($feature->image)
{{-- public ফোল্ডার না থাকায় url() ব্যবহার করা হয়েছে --}}
@endif
|
|
{{ $feature->title }} | {{ Str::limit($feature->description, 80) }} | {{-- Delete Modal --}} |
| {{ __('No Data Found') }} | ||||