@extends('layouts.software') @section('body')
Diamond Master
@forelse ($diamonds as $diamond) @empty @endforelse
Cut Color Clarity Karat Action
{{ $diamond->cut }} {{ $diamond->color }} {{ $diamond->clarity }} {{ $diamond->karat }} @if (!$diamond->trashed()) @else Deleted @endif
@endsection