'datetime', 'punch_type' => 'integer', ]; public function branch() { return $this->belongsTo(Branch::class); } }