Modify translations & fix detail page for loan orders

This commit is contained in:
2023-11-30 15:11:41 +05:00
parent 2682c02ab0
commit d87e55d905
6 changed files with 212 additions and 19 deletions

View File

@@ -42,7 +42,7 @@ return new class extends Migration
$table->string('phone_home')->nullable();
$table->string('work_region')->nullable()->index();
$table->string('work_province')->nullable();
$table->foreignId('work_province_id')->nullable()->constrained('provinces')->restrictOnDelete();
$table->string('work_company')->nullable();
$table->string('work_company_accountant_number')->nullable();
$table->date('work_started_at')->nullable();