@extends('admin.layouts.app') @section('content')
Category Details:

Back Edit

{{-- --}}
Name {{ $category->name }}
Filter Type {{ filter_type($category) }}
Property Type {{ property_type($category) }}
Description {{ $category->description }}
@endsection