@extends('layouts.tenant.master') @section('title', 'Product Door Color Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Product Door Color Details

@endsection @section('breadcrumb-items') @endsection @section('content')
Product Door Color Information
ID {{ $door_color->id }}
Product Catalog name {{ $door_color->product_label}}
Image {{ $door_color->image }}
@endsection @section('script') @endsection