@extends('layouts.admin') @section('title', 'Business Types') @section('role-label', 'Super Admin') @section('page-title', 'Business Types') @section('page-subtitle', 'Define types of businesses on the platform') @section('sidebar-nav')@include('super-admin.partials.sidebar')@endsection @section('content')
{{ $type->description }}
@endif