@extends('dashboard.layouts.master') @section('title', 'Category Details') @section('content')

{{$category->name}} Details


@if($category->icon)

Icon

@endif



@endsection