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

Product Door Color List

@endsection @section('breadcrumb-items') @endsection @section('content')
Create Product Door Color {{-- Restore Product Door Color --}}   Refresh {{--
--}}
@foreach ($door_colors as $key => $door_color) @endforeach
# Name Image Actions
{{ ++$key }} {{ $door_color->product_label ?? 'N/A' }} {{ $door_color->image ?? 'N/A' }} Show | Edit | Delete
@endsection @section('script') {{-- --}} @endsection