@extends('layouts.main') @section('page-id', '603919b7e07110a6a1d0cff0') @section('body-class', 'sand') @section('content')

{{ $category->name }}

{!! $category->description !!}
@foreach ($category->children as $child)

{{ $child->name }}

{{ $child->short_description }}

@endforeach
@endsection