'datetime', 'next_hearing_date' => 'datetime', ]; public function blotter() { return $this->belongsTo(Blotter::class, 'blotter_id'); } public function officer() { return $this->belongsTo(\App\Models\User::class, 'officer_id'); } }