@extends('admin/layout')
@section('title')
{{ labels('admin_labels.featured_section', 'Featured Section') }}
@endsection
@section('content')
| {{ labels('admin_labels.id', 'ID') }} | {{ labels('admin_labels.title', 'Title') }} | {{ labels('admin_labels.banner_image', 'Banner Image') }} | {{ labels('admin_labels.short_description', 'Short Description') }} | {{ labels('admin_labels.style', 'Style') }} | {{ labels('admin_labels.categories', 'Categories') }} | {{ labels('admin_labels.product_id', 'Product ID') }} | {{ labels('admin_labels.product_type', 'Product Type') }} | {{ labels('admin_labels.date', 'Date') }} | {{ labels('admin_labels.action', 'Action') }} |
|---|