diff --git a/public/images/not-found.png b/public/images/not-found.png new file mode 100644 index 000000000..d9e5d13a1 Binary files /dev/null and b/public/images/not-found.png differ diff --git a/resources/views/components/part-validation-error-icon.blade.php b/resources/views/components/part-validation-error-icon.blade.php new file mode 100644 index 000000000..e858bc518 --- /dev/null +++ b/resources/views/components/part-validation-error-icon.blade.php @@ -0,0 +1,31 @@ +{{-- @if ($getState()) +
+ +
+@else +
+ +
+@endif --}} + +@if ($getState()) +
+ +
+@else +
+ +
+@endif + + diff --git a/resources/views/components/part-validation1-error-icon.blade.php b/resources/views/components/part-validation1-error-icon.blade.php new file mode 100644 index 000000000..ab6af9f1d --- /dev/null +++ b/resources/views/components/part-validation1-error-icon.blade.php @@ -0,0 +1,28 @@ +{{-- @if ($getState()) +
+ +
+@endif --}} + +{{-- @if (!empty($image)) +
+ Part Validation Error Image +
+@endif --}} + +@if (!empty($image)) +
+ Part Validation Error Image +
+@else +
+ Image Not Found +
+@endif + + + + +