@extends('layouts.app') @section('title', 'Classification') @section('page-title', 'Classification') @section('breadcrumb', 'Products') @section('content')

Classification

@foreach($options as $option)

{{ $option['title'] }}

{{ $option['description'] }}

@endforeach
@endsection