@extends('layouts.master', [ 'page_title' => 'Reworks Configuration', 'page_sub_title' => 'Part Number ' . $part_number->name, ]) @section('styles') @endsection @section('content') @component('components.card_main', [ 'title' => 'Zone Selection', 'description' => !$part_number->has_picture ? 'Here you can upload a picture of this part number.' :'Select a zone and then draw a rectangle on the image.' ]) @slot( 'body' ) @if($part_number->has_picture)