Add Notes model, controller and database table. Implement it in Customer Dialog, #6

This commit is contained in:
2025-11-21 13:23:13 +01:00
parent 739bf81bc9
commit b1a258f36d
11 changed files with 396 additions and 47 deletions
@@ -4,7 +4,9 @@
use Inertia\Inertia;
use App\Models\Customer;
use App\Models\Note;
use App\Support\ApiDataTransformer;
use Illuminate\Http\Request;
class CustomerController extends Controller
{