@extends('admin/layouts/default') {{-- Page title --}} @section('title') business_type @parent @stop @section('content') Business Types Dashboard business_types business_types business_type {{ $business_type->id }}'s details id{{ $business_type->id }} name{{ $business_type['name'] }} status_code{{ $business_type['status_code'] }} @stop