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

Update Product Door Color

@endsection @section('breadcrumb-items') @endsection @section('content')
@csrf @method('PUT')
@if($door_color->image)
@endif
@endsection @section('script') @endsection